#02A696

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

Shades of Persian Green #02A696

Tints of Persian Green #02A696

Color information

#02A696 (or 0x02A696) is unknown color: approx Persian Green. HEX triplet: 02, A6 and 96. RGB value is (2,166,150). Sum of RGB (Red+Green+Blue) = 2+166+150=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #02A696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A696 is #FD5969. Grayscale: #737373. Windows color (decimal): -16603498 or 9872898. OLE color: 9872898.

HSL color Cylindrical-coordinate representation of color #02A696: hue angle of 174.15º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A696 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB2166150-
CMYK0.9900.100.35
HSL174.15º97.62%32.94%-
HSV(B)174.15º98.8%65.1%-
XYZ19.1729.4933.54-
YUV115.14147.6747.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 166 (65.23% from 255) = 52.20%
BLUE value IS 150 (58.98% from 255) = 47.17%
R=0.63%
G=52.20%
B=47.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21661500.9900.100.35174.1597.6232.94
Hex2A696630A23ae6221
Octal22462261430124325614241
Binary101010011010010110110001101010100011101011101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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