#02AE92

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

Shades of Persian Green #02AE92

Tints of Persian Green #02AE92

Color information

#02AE92 (or 0x02AE92) is unknown color: approx Persian Green. HEX triplet: 02, AE and 92. RGB value is (2,174,146). Sum of RGB (Red+Green+Blue) = 2+174+146=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AE92 is #FD516D. Grayscale: #777777. Windows color (decimal): -16601454 or 9612802. OLE color: 9612802.

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

Color convert

RGB2174146-
CMYK0.9900.160.32
HSL170.23º97.73%34.51%-
HSV(B)170.23º98.85%68.24%-
XYZ20.3532.3632.37-
YUV119.38143.0244.28-

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) = 54.04%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=0.62%
G=54.04%
B=45.34%

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
Decimal21741460.9900.160.32170.2397.7334.51
Hex2AE926301020aa6223
Octal22562221430204025214243
Binary1010101110100100101100011010000100000101010101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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