#0A9605

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

Shades of Islamic Green #0A9605

Tints of Islamic Green #0A9605

Color information

#0A9605 (or 0x0A9605) is unknown color: approx Islamic Green. HEX triplet: 0A, 96 and 05. RGB value is (10,150,5). Sum of RGB (Red+Green+Blue) = 10+150+5=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 150 (58.98% from 255 or 90.91% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9605 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9605 is #F569FA. Grayscale: #5C5C5C. Windows color (decimal): -16083451 or 366090. OLE color: 366090.

HSL color Cylindrical-coordinate representation of color #0A9605: hue angle of 117.93º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A9605 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB101505-
CMYK0.9300.970.41
HSL117.93º93.55%30.39%-
HSV(B)117.93º96.67%58.82%-
XYZ11.0621.893.79-
YUV91.6179.1269.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.06%
GREEN value IS 150 (58.98% from 255) = 90.91%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=6.06%
G=90.91%
B=3.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1015050.9300.970.41117.9393.5530.39
HexA9655D06129765e1e
Octal12226513501415116613636
Binary1010100101101011011101011000011010011110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,150,5); }

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

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

 a { background-color: rgb(10,150,5); }

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

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

 span { border-color: rgb(10,150,5); }

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