#02A40A

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

Shades of Islamic Green #02A40A

Tints of Islamic Green #02A40A

Color information

#02A40A (or 0x02A40A) is unknown color: approx Islamic Green. HEX triplet: 02, A4 and 0A. RGB value is (2,164,10). Sum of RGB (Red+Green+Blue) = 2+164+10=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 164 (64.45% from 255 or 93.18% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 164 - color contains mainly: green. Hex color #02A40A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A40A is #FD5BF5. Grayscale: #626262. Windows color (decimal): -16604150 or 697346. OLE color: 697346.

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

Color convert

RGB216410-
CMYK0.9900.940.36
HSL122.96º97.59%32.55%-
HSV(B)122.96º98.78%64.31%-
XYZ13.3626.594.71-
YUV98.0178.3359.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 164 (64.45% from 255) = 93.18%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=1.14%
G=93.18%
B=5.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2164100.9900.940.36122.9697.5932.55
Hex2A4A6305E247b6221
Octal22441214301364417314241
Binary1010100100101011000110101111010010011110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,164,10); }

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

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

 a { background-color: rgb(2,164,10); }

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

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

 span { border-color: rgb(2,164,10); }

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