#02A70D

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

Shades of Islamic Green #02A70D

Tints of Islamic Green #02A70D

Color information

#02A70D (or 0x02A70D) is unknown color: approx Islamic Green. HEX triplet: 02, A7 and 0D. RGB value is (2,167,13). Sum of RGB (Red+Green+Blue) = 2+167+13=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 167 (65.62% from 255 or 91.76% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 167 - color contains mainly: green. Hex color #02A70D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A70D is #FD58F2. Grayscale: #646464. Windows color (decimal): -16603379 or 894722. OLE color: 894722.

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

Color convert

RGB216713-
CMYK0.9900.920.35
HSL124º97.63%33.14%-
HSV(B)124º98.8%65.49%-
XYZ13.9227.684.99-
YUV100.1178.8458.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 167 (65.62% from 255) = 91.76%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=1.10%
G=91.76%
B=7.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2167130.9900.920.3512497.6333.14
Hex2A7D6305C237c6221
Octal22471514301344317414241
Binary1010100111110111000110101110010001111111001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,167,13); }

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

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

 a { background-color: rgb(2,167,13); }

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

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

 span { border-color: rgb(2,167,13); }

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