#02A207

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

Shades of Islamic Green #02A207

Tints of Islamic Green #02A207

Color information

#02A207 (or 0x02A207) is unknown color: approx Islamic Green. HEX triplet: 02, A2 and 07. RGB value is (2,162,7). Sum of RGB (Red+Green+Blue) = 2+162+7=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 162 (63.67% from 255 or 94.74% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 162 - color contains mainly: green. Hex color #02A207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A207 is #FD5DF8. Grayscale: #606060. Windows color (decimal): -16604665 or 500226. OLE color: 500226.

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

Color convert

RGB21627-
CMYK0.9900.960.36
HSL121.88º97.56%32.16%-
HSV(B)121.88º98.77%63.53%-
XYZ12.9825.874.51-
YUV96.4977.4960.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 162 (63.67% from 255) = 94.74%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=1.17%
G=94.74%
B=4.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal216270.9900.960.36121.8897.5632.16
Hex2A2763060247a6220
Octal2242714301404417214240
Binary101010001011111000110110000010010011110101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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