Shades of Islamic Green #0A9A0D
Tints of Islamic Green #0A9A0D
RGB
CMYK
RGB Variations
Color information
#0A9A0D (or 0x0A9A0D) is known color: Islamic Green. HEX triplet: 0A, 9A and 0D. RGB value is (10,154,13). Sum of RGB (Red+Green+Blue) = 10+154+13=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 154 (60.55% from 255 or 87.01% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9A0D is #F565F2. Grayscale: #5F5F5F. Windows color (decimal): -16082419 or 891402. OLE color: 891402.
HSL color Cylindrical-coordinate representation of color #0A9A0D: hue angle of 121.25º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9A0D is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 154 | 13 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.40 |
| HSL | 121.25º | 0.88% | 0.32% | - |
| HSV(B) | 121.25º | 0.94% | 0.6% | - |
| XYZ | 11.75 | 23.2 | 4.24 | - |
| YUV | 94.87 | 81.79 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 154 | 13 | 0.94 | 0 | 0.92 | 0.40 | 121.25 | 0.88 | 0.32 |
| Hex | A | 9A | D | 5E | 0 | 5C | 28 | 79 | 58 | 20 |
| Octal | 12 | 232 | 15 | 136 | 0 | 134 | 50 | 171 | 130 | 40 |
| Binary | 1010 | 10011010 | 1101 | 1011110 | 0 | 1011100 | 101000 | 1111001 | 1011000 | 100000 |
Color Harmonies of #0A9A0D
Complementary color
Monochromatic Colors of #0A9A0D
Black with #0A9A0D
Text Example
Text Example
White with #0A9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9A0D; }
p { color: rgb(10,154,13); }
H1.HeaderClassName
{
color: #0A9A0D;
}
.AnyTagClassName
{
color: #0A9A0D;
}
</style>
background-color css
<style>
a { background-color: #0A9A0D; }
a { background-color: rgb(10,154,13); }
div.DivClassName
{
background-color: #0A9A0D;
}
.BgClassName
{
background-color: #0A9A0D;
}
</style>
border-color css
<style>
span { border-color: #0A9A0D; }
span { border-color: rgb(10,154,13); }
td.TdClassName
{
border-color: #0A9A0D;
}
.TagClassName
{
border-color: #0A9A0D;
}
</style>