#02AB94

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

Shades of Persian Green #02AB94

Tints of Persian Green #02AB94

Color information

#02AB94 (or 0x02AB94) is unknown color: approx Persian Green. HEX triplet: 02, AB and 94. RGB value is (2,171,148). Sum of RGB (Red+Green+Blue) = 2+171+148=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AB94 is #FD546B. Grayscale: #757575. Windows color (decimal): -16602220 or 9743106. OLE color: 9743106.

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

Color convert

RGB2171148-
CMYK0.9900.130.33
HSL171.83º97.69%33.92%-
HSV(B)171.83º98.83%67.06%-
XYZ19.9331.2833-
YUV117.85145.0145.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 171 (67.19% from 255) = 53.27%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=0.62%
G=53.27%
B=46.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21711480.9900.130.33171.8397.6933.92
Hex2AB94630D21ac6222
Octal22532241430154125414242
Binary101010101110010100110001101101100001101011001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,171,148); }

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

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

 a { background-color: rgb(2,171,148); }

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

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

 span { border-color: rgb(2,171,148); }

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