COLOR #07AF05

HEX: #07AF05 RGB: (7,175,5)

Color info

#07AF05 contains mainly green color. Web safe color of #07AF05 is #009900 (or #090).

RGB color model

#07AF05 color RGB value is (7,175,5).

RGB: (7,175,5) (3%, 69%, 2%)

RGB channels and saturation

R 7 of 255 = 3%
G 175 of 255 = 69%
B 5 of 255 = 2%

7
175
5

R + G + B ~ 25%. #07AF05 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 175 + 5 = 187 (100%)
R 7 of 187 ~ 3.74%
G 175 of 187 ~ 93.58%
B 5 of 187 ~ 2.67'%

%93.58

CMYK color model

#07AF05 color CMYK value is (96,0,97,31).

  • cyan value is 96.00%
  • magenta value is 0.00%
  • yellow value is 97.14%
  • key color value is 31.37%

CMYK: (96,0,97,31)
C96M0Y97K31 (96%, 0%, 97%, 31%)
(0.96 / 0.00 / 0.97 / 0.31)

CMYK percentages

%96
%0
%97.14
%31.37

Codes

Color #07AF05 in popluar color models

07 AF 05
RGB 7 175 5
HSL 119° 94.44% 35.29%
HSB/HSV 119° 97.14% 68.63%
CMYK 96.00% 0.00% 97.14%
31.37%

Color #07AF05 in popluar number systems.

HEX 07 AF 05
Decimal 7 175 5
Binary 111 10101111 101
Octal 7 257 5

Shades and tints

Shades of #07AF05

#07AF05
(7,175,5)
#07A005
(7,160,5)
#079105
(7,145,5)
#078205
(7,130,5)
#077305
(7,115,5)
#076405
(7,100,5)
#075505
(7,85,5)
#074605
(7,70,5)
#073705
(7,55,5)
#072805
(7,40,5)
#071905
(7,25,5)
#000000
(0,0,0)

Tints of #07AF05

#07AF05
(7,175,5)
#1DB61B
(29,182,27)
#33BD31
(51,189,49)
#49C447
(73,196,71)
#5FCB5D
(95,203,93)
#75D273
(117,210,115)
#8BD989
(139,217,137)
#A1E09F
(161,224,159)
#B7E7B5
(183,231,181)
#CDEECB
(205,238,203)
#E3F5E1
(227,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07AF05 color. Also use rgb(7,175,5) instead hex code.

Text Font Color

.myTextColor { color: #07AF05; }

<p style="color:#07AF05">This sample text font color is #07AF05.</p>

This text font color is #07AF05.

Background Color

.myBgColor { background-color: #07AF05; }

<div style="background-color:#07AF05">Inner text</div>

This div background color is #07AF05.

Border color

.myBorderColor { border: 1px solid #07AF05; }

<div style="border:3px solid #07AF05">Div</div>

This div border color is #07AF05.

Opacity

.myOpacity80 { color: #07AF05; opacity: 0.8; }

<p style="color:#07AF05;opacity:0.8;">80%</p>

Text with #07AF05 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #07AF05;}

<p style="text-shadow: 3px 3px 1px #07AF05">Text here.</p>

This text has shadow with #07AF05 color.


.textShadow {text-shadow: 3px 3px 1px #07AF05', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #07AF05, 5px 5px 20px red">Text here.</p>

This text has shadow with #07AF05 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#07AF05, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#07AF05, Direction=45, Strength=4)">Text</p>

This text has shadow with #07AF05 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #07AF05;
-webkit-box-shadow: 1px 1px 3px 2px #07AF05;
box-shadow: 1px 1px 3px 2px #07AF05;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07AF05; -webkit-box-shadow: 1px 1px 3px 2px #07AF05; box-shadow:1px 1px 3px 2px #07AF05;">
Div content here
</div>

This div box has shadow with color #07AF05.

Preview

Color preview on black background

This text has color #07AF05 on black background.


Color preview on white background

This text has color #07AF05 on white background.


Black color preview on #07AF05 background

This text has black color on #07AF05 background.


White color preview on #07AF05 background

This text has white color on #07AF05 background.


Related colors

Complementary color

Complementary color for #hex is #F850FA.


I love getcolorcode.com

Triadic colors

1 #0507AF and #AF0507 with #07AF05 are triadic colors.

2 #05AF07 and #AF0705 with #07AF05 are triadic colors.