COLOR #03AF81

HEX: #03AF81
RGB: (3,175,129)

Color info

#03AF81 contains mainly green and blue colors. Web safe color of #03AF81 is #009999 (or #099).

RGB color model

#03AF81 color RGB value is (3,175,129).

  • red value is 3;
  • green value is 175;
  • blue value is 129.
RGB:
(3,175,129)
(1%,69%,51%)

RGB channels and saturation

R 3 of 255 = 1%
G 175 of 255 = 69%
B 129 of 255 = 51%

3
175
129

R + G + B ~ 40%. #03AF81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
3 + 175 + 129 = 307 (100%)
R 3 of 307 ~ 0.98%
G 175 of 307 ~ 57%
B 129 of 307 ~ 42.02%

%57
%42.02

CMYK color model

#03AF81 color CMYK value is (98,0,26,31).

  • cyan value is 98.29%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 31.37%
CMYK:
(98,0,26,31)
C98M0Y26K31 
(98%,0%,26%,31%)
(0.98/0.00/0.26/0.31)	

CMYK percentages

%98.29
%0
%26.29
%31.37

Codes

Color #03AF81 in popluar color models

03AF81
RGB3175129
HSL164°96.63%34.90%
HSB/HSV164°98.29%68.63%
CMYK98.29%0.00%26.29%
31.37%

Color #03AF81 in popluar number systems.

HEX03AF81
Decimal3175129
Binary111010111110000001
Octal3257201

Shades and tints

Shades of #03AF81

#03AF81
(3,175,129)
#03A076
(3,160,118)
#03916B
(3,145,107)
#038260
(3,130,96)
#037355
(3,115,85)
#03644A
(3,100,74)
#03553F
(3,85,63)
#034634
(3,70,52)
#033729
(3,55,41)
#03281E
(3,40,30)
#031913
(3,25,19)
#000000
(0,0,0)

Tints of #03AF81

#03AF81
(3,175,129)
#19B68C
(25,182,140)
#2FBD97
(47,189,151)
#45C4A2
(69,196,162)
#5BCBAD
(91,203,173)
#71D2B8
(113,210,184)
#87D9C3
(135,217,195)
#9DE0CE
(157,224,206)
#B3E7D9
(179,231,217)
#C9EEE4
(201,238,228)
#DFF5EF
(223,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03AF81 color. Also use rgb(3,175,129) instead hex code.

Text Font Color

.myTextColor { color: #03AF81; }

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

This text font color is #03AF81.


Background Color

.myBgColor { background-color: #03AF81; }

<div style="background-color:#03AF81">Inner text</div>

This div background color is #03AF81.


Border color

.myBorderColor { border: 1px solid #03AF81; }

<div style="border:3px solid #03AF81">Div</div>

This div border color is #03AF81.


Opacity

.myOpacity80 { color: #03AF81; opacity: 0.8; }

<p style="color:#03AF81;opacity:0.8;">80%</p>

Text with #03AF81 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 #03AF81;}

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

This text has shadow with #03AF81 color.

.textShadow {text-shadow: 3px 3px 1px #03AF81, 3px 3px 1px red;}

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

This text has shadow with #03AF81 primary color and red secondary color.


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

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

This text has shadow with #03AF81 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03AF81;
-webkit-box-shadow: 1px 1px 3px 2px #03AF81;
box-shadow:1px 1px 3px 2px #03AF81;">
Div content here</div>
This div box has shadow with color #03AF81.

Preview

Color preview on black background

This text has color #03AF81 on black background.


Color preview on white background

This text has color #03AF81 on white background.



Black color preview on #03AF81 background

This text has black color on #03AF81 background.


White color preview on #03AF81 background

This text has white color on #03AF81 background.