Html Css Color HEX #02AA93 Persian Green

📋 copy color: '#02AA93'

red 2 ◦ green 170 ◦ blue 147

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

Shades of Persian Green #02AA93

Tints of Persian Green #02AA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 0.63%
G = 53.29%
B = 46.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#02AA93 (or 0x02AA93) is known color: Persian Green. HEX triplet: 02, AA and 93. RGB value is (2,170,147). Sum of RGB (Red+Green+Blue) = 2+170+147=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AA93 is #FD556C. Grayscale: #757575. Windows color (decimal): -16602477 or 9677314. OLE color: 9677314.

HSL color Cylindrical-coordinate representation of color #02AA93: hue angle of 171.79º 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 #02AA93 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 170 147 -
CMYK 0.99 0 0.14 0.33
HSL 171.79º 0.98% 0.34% -
HSV(B) 171.79º 0.99% 0.67% -
XYZ 19.67 30.87 32.53 -
YUV 117.15 144.84 45.87 -
System Red Green Blue C M Y K H S L
Decimal 2 170 147 0.99 0 0.14 0.33 171.79 0.98 0.34
Hex 2 AA 93 63 0 E 21 AC 62 22
Octal 2 252 223 143 0 16 41 254 142 42
Binary 10 10101010 10010011 1100011 0 1110 100001 10101100 1100010 100010

Color Harmonies of #02AA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA93

Black with #02AA93

Text Example


Text Example

White with #02AA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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