#02AE96

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

Shades of Persian Green #02AE96

Tints of Persian Green #02AE96

Color information

#02AE96 (or 0x02AE96) is unknown color: approx Persian Green. HEX triplet: 02, AE and 96. RGB value is (2,174,150). Sum of RGB (Red+Green+Blue) = 2+174+150=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AE96 is #FD5169. Grayscale: #777777. Windows color (decimal): -16601450 or 9874946. OLE color: 9874946.

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

Color convert

RGB2174150-
CMYK0.9900.140.32
HSL171.63º97.73%34.51%-
HSV(B)171.63º98.85%68.24%-
XYZ20.6732.4934.04-
YUV119.84145.0243.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 174 (68.36% from 255) = 53.37%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=0.61%
G=53.37%
B=46.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21741500.9900.140.32171.6397.7334.51
Hex2AE96630E20ac6223
Octal22562261430164025414243
Binary101010111010010110110001101110100000101011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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