#02A286

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

Shades of Persian Green #02A286

Tints of Persian Green #02A286

Color information

#02A286 (or 0x02A286) is unknown color: approx Persian Green. HEX triplet: 02, A2 and 86. RGB value is (2,162,134). Sum of RGB (Red+Green+Blue) = 2+162+134=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #02A286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A286 is #FD5D79. Grayscale: #6E6E6E. Windows color (decimal): -16604538 or 8823298. OLE color: 8823298.

HSL color Cylindrical-coordinate representation of color #02A286: hue angle of 169.5º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A286 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB2162134-
CMYK0.9900.170.36
HSL169.5º97.56%32.16%-
HSV(B)169.5º98.77%63.53%-
XYZ17.2527.5726.97-
YUV110.97140.9950.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 162 (63.67% from 255) = 54.36%
BLUE value IS 134 (52.73% from 255) = 44.97%
R=0.67%
G=54.36%
B=44.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21621340.9900.170.36169.597.5632.16
Hex2A2866301124aa6220
Octal22422061430214425214240
Binary1010100010100001101100011010001100100101010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,162,134); }

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

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

 a { background-color: rgb(2,162,134); }

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

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

 span { border-color: rgb(2,162,134); }

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