Html Css Color HEX #02AA99 Persian Green

📋 copy color: '#02AA99'

red 2 ◦ green 170 ◦ blue 153

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

Shades of Persian Green #02AA99

Tints of Persian Green #02AA99

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.31%

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 0.62%
G = 52.31%
B = 47.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#02AA99 (or 0x02AA99) is known color: Persian Green. HEX triplet: 02, AA and 99. RGB value is (2,170,153). Sum of RGB (Red+Green+Blue) = 2+170+153=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AA99 is #FD5566. Grayscale: #757575. Windows color (decimal): -16602471 or 10070530. OLE color: 10070530.

HSL color Cylindrical-coordinate representation of color #02AA99: hue angle of 173.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AA99 is Cyan = 0.99, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 170 153 -
CMYK 0.99 0 0.1 0.33
HSL 173.93º 0.98% 0.34% -
HSV(B) 173.93º 0.99% 0.67% -
XYZ 20.15 31.06 35.07 -
YUV 117.83 147.84 45.38 -
System Red Green Blue C M Y K H S L
Decimal 2 170 153 0.99 0 0.1 0.33 173.93 0.98 0.34
Hex 2 AA 99 63 0 A 21 AE 62 22
Octal 2 252 231 143 0 12 41 256 142 42
Binary 10 10101010 10011001 1100011 0 1010 100001 10101110 1100010 100010

Color Harmonies of #02AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA99

Black with #02AA99

Text Example


Text Example

White with #02AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,170,153); }

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

background-color css

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

 a { background-color: rgb(2,170,153); }

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

border-color css

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

 span { border-color: rgb(2,170,153); }

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