COLOR #02AE21

HEX: #02AE21
RGB: (2,174,33)

Color info

#02AE21 contains mainly green color. Web safe color of #02AE21 is #009933 (or #093).

RGB color model

#02AE21 color RGB value is (2,174,33).

  • red value is 2;
  • green value is 174;
  • blue value is 33.
RGB: (2,174,33) (1%,68%,13%)

RGB channels and saturation

R 2 of 255 = 1%
G 174 of 255 = 68%
B 33 of 255 = 13%

2
174
33

R + G + B ~ 27%. #02AE21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 174 + 33 = 209 (100%)
R 2 of 209 ~ 0.96%
G 174 of 209 ~ 83.25%
B 33 of 209 ~ 15.79%

%83.25
%15.79

CMYK color model

#02AE21 color CMYK value is (99,0,81,32).

  • cyan value is 98.85%
  • magenta value is 0.00%
  • yellow value is 81.03%
  • key color value is 31.76%
CMYK: (99,0,81,32) C99M0Y81K32 (99%,0%,81%,32%) (0.99/0.00/0.81/0.32)

CMYK percentages

%98.85
%0
%81.03
%31.76

Codes

Color #02AE21 in popluar color models

02AE21
RGB217433
HSL131°97.73%34.51%
HSB/HSV131°98.85%68.24%
CMYK98.85%0.00%81.03%
31.76%

Color #02AE21 in popluar number systems.

HEX02AE21
Decimal217433
Binary1010101110100001
Octal225641

Shades and tints

Shades of #02AE21

#02AE21
(2,174,33)
#029F1E
(2,159,30)
#02901B
(2,144,27)
#028118
(2,129,24)
#027215
(2,114,21)
#026312
(2,99,18)
#02540F
(2,84,15)
#02450C
(2,69,12)
#023609
(2,54,9)
#022706
(2,39,6)
#021803
(2,24,3)
#000000
(0,0,0)

Tints of #02AE21

#02AE21
(2,174,33)
#19B535
(25,181,53)
#30BC49
(48,188,73)
#47C35D
(71,195,93)
#5ECA71
(94,202,113)
#75D185
(117,209,133)
#8CD899
(140,216,153)
#A3DFAD
(163,223,173)
#BAE6C1
(186,230,193)
#D1EDD5
(209,237,213)
#E8F4E9
(232,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02AE21 color. Also use rgb(2,174,33) instead hex code.

Text Font Color

.myTextColor { color: #02AE21; }

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

This text font color is #02AE21.


Background Color

.myBgColor { background-color: #02AE21; }

<div style="background-color:#02AE21">Inner text</div>

This div background color is #02AE21.


Border color

.myBorderColor { border: 1px solid #02AE21; }

<div style="border:3px solid #02AE21">Div</div>

This div border color is #02AE21.


Opacity

.myOpacity80 { color: #02AE21; opacity: 0.8; }

<p style="color:#02AE21;opacity:0.8;">80%</p>

Text with #02AE21 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 #02AE21;}

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

This text has shadow with #02AE21 color.

.textShadow {text-shadow: 3px 3px 1px #02AE21, 3px 3px 1px red;}

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

This text has shadow with #02AE21 primary color and red secondary color.


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

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

This text has shadow with #02AE21 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #02AE21; -webkit-box-shadow:	1px 1px 3px 2px #02AE21; box-shadow:	1px 1px 3px 2px #02AE21; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #02AE21; -webkit-box-shadow: 1px 1px 3px 2px #02AE21; box-shadow:1px 1px 3px 2px #02AE21;">
Div content here</div>
This div box has shadow with color #02AE21.

Preview

Color preview on black background

This text has color #02AE21 on black background.


Color preview on white background

This text has color #02AE21 on white background.



Black color preview on #02AE21 background

This text has black color on #02AE21 background.


White color preview on #02AE21 background

This text has white color on #02AE21 background.