#02AE93

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

Shades of Persian Green #02AE93

Tints of Persian Green #02AE93

Color information

#02AE93 (or 0x02AE93) is unknown color: approx Persian Green. HEX triplet: 02, AE and 93. RGB value is (2,174,147). Sum of RGB (Red+Green+Blue) = 2+174+147=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AE93 is #FD516C. Grayscale: #777777. Windows color (decimal): -16601453 or 9678338. OLE color: 9678338.

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

Color convert

RGB2174147-
CMYK0.9900.160.32
HSL170.58º97.73%34.51%-
HSV(B)170.58º98.85%68.24%-
XYZ20.4332.3932.78-
YUV119.49143.5244.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=0.62%
G=53.87%
B=45.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21741470.9900.160.32170.5897.7334.51
Hex2AE936301020ab6223
Octal22562231430204025314243
Binary1010101110100100111100011010000100000101010111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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