Html Css Color HEX #02AEA9 Persian Green

📋 copy color: '#02AEA9'

red 2 ◦ green 174 ◦ blue 169

#02AEA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #02AEA9

Tints of Persian Green #02AEA9

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

 GREEN value IS 174 (68.36% from 255) = 50.43%

 BLUE value IS 169 (66.41% from 255) = 48.99%

R = 0.58%
G = 50.43%
B = 48.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02AEA9 (or 0x02AEA9) is known color: Persian Green. HEX triplet: 02, AE and A9. RGB value is (2,174,169). Sum of RGB (Red+Green+Blue) = 2+174+169=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #02AEA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AEA9 is #FD5156. Grayscale: #797979. Windows color (decimal): -16601431 or 11120130. OLE color: 11120130.

HSL color Cylindrical-coordinate representation of color #02AEA9: hue angle of 178.26º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AEA9 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 174 169 -
CMYK 0.99 0 0.03 0.32
HSL 178.26º 0.98% 0.35% -
HSV(B) 178.26º 0.99% 0.68% -
XYZ 22.32 33.15 42.76 -
YUV 122 154.52 42.41 -
System Red Green Blue C M Y K H S L
Decimal 2 174 169 0.99 0 0.03 0.32 178.26 0.98 0.35
Hex 2 AE A9 63 0 3 20 B2 62 23
Octal 2 256 251 143 0 3 40 262 142 43
Binary 10 10101110 10101001 1100011 0 11 100000 10110010 1100010 100011

Color Harmonies of #02AEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AEA9

Black with #02AEA9

Text Example


Text Example

White with #02AEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02AEA9; }

 p { color: rgb(2,174,169); }

 H1.HeaderClassName
 {
   color: #02AEA9;
 }
 .AnyTagClassName
 {
   color: #02AEA9;
 }
</style>

background-color css

<style>
 a { background-color: #02AEA9; }

 a { background-color: rgb(2,174,169); }

 div.DivClassName
 {
   background-color: #02AEA9;
 }
 .BgClassName
 {
   background-color: #02AEA9;
 }
</style>

border-color css

<style>
 span { border-color: #02AEA9; }

 span { border-color: rgb(2,174,169); }

 td.TdClassName
 {
   border-color: #02AEA9;
 }
 .TagClassName
 {
   border-color: #02AEA9;
 }
</style>