#0A9D02

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

Shades of Islamic Green #0A9D02

Tints of Islamic Green #0A9D02

Color information

#0A9D02 (or 0x0A9D02) is unknown color: approx Islamic Green. HEX triplet: 0A, 9D and 02. RGB value is (10,157,2). Sum of RGB (Red+Green+Blue) = 10+157+2=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 157 (61.72% from 255 or 92.90% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 157 - color contains mainly: green. Hex color #0A9D02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9D02 is #F562FD. Grayscale: #5F5F5F. Windows color (decimal): -16081662 or 171274. OLE color: 171274.

HSL color Cylindrical-coordinate representation of color #0A9D02: hue angle of 116.9º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A9D02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB101572-
CMYK0.9400.990.38
HSL116.9º97.48%31.18%-
HSV(B)116.9º98.73%61.57%-
XYZ12.1924.184.08-
YUV95.3875.367.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.92%
GREEN value IS 157 (61.72% from 255) = 92.90%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=5.92%
G=92.90%
B=1.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1015720.9400.990.38116.997.4831.18
HexA9D25E0632675611f
Octal12235213601434616514137
Binary101010011101101011110011000111001101110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A9D02; }

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

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

<style>
 a { background-color: #0A9D02; }

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

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

<style>
 span { border-color: #0A9D02; }

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

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