#02AA89

Color #02AA89 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #02AA89

Tints of Persian Green #02AA89

Color information

#02AA89 (or 0x02AA89) is unknown color: approx Persian Green. HEX triplet: 02, AA and 89. RGB value is (2,170,137). Sum of RGB (Red+Green+Blue) = 2+170+137=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AA89 is #FD5576. Grayscale: #737373. Windows color (decimal): -16602487 or 9021954. OLE color: 9021954.

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

Color convert

RGB2170137-
CMYK0.9900.190.33
HSL168.21º97.67%33.73%-
HSV(B)168.21º98.82%66.67%-
XYZ18.9230.5728.57-
YUV116.01139.8446.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=0.65%
G=55.02%
B=44.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21701370.9900.190.33168.2197.6733.73
Hex2AA896301321a86222
Octal22522111430234125014242
Binary1010101010100010011100011010011100001101010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02AA89;
 }
 .AnyTagClassName
 {
   color: #02AA89;
 }
</style>
background-color css

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

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

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

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

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

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