#02A10F

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

Shades of Islamic Green #02A10F

Tints of Islamic Green #02A10F

Color information

#02A10F (or 0x02A10F) is unknown color: approx Islamic Green. HEX triplet: 02, A1 and 0F. RGB value is (2,161,15). Sum of RGB (Red+Green+Blue) = 2+161+15=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 161 (63.28% from 255 or 90.45% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 161 - color contains mainly: green. Hex color #02A10F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A10F is #FD5EF0. Grayscale: #616161. Windows color (decimal): -16604913 or 1024258. OLE color: 1024258.

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

Color convert

RGB216115-
CMYK0.9900.910.37
HSL124.91º97.55%31.96%-
HSV(B)124.91º98.76%63.14%-
XYZ12.8625.544.7-
YUV96.8181.8260.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 161 (63.28% from 255) = 90.45%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=1.12%
G=90.45%
B=8.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2161150.9900.910.37124.9197.5531.96
Hex2A1F6305B257d6220
Octal22411714301334517514240
Binary1010100001111111000110101101110010111111011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,161,15); }

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

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

 a { background-color: rgb(2,161,15); }

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

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

 span { border-color: rgb(2,161,15); }

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