Shades of Islamic Green #0C990A
Tints of Islamic Green #0C990A
RGB
CMYK
RGB Variations
Color information
#0C990A (or 0x0C990A) is known color: Islamic Green. HEX triplet: 0C, 99 and 0A. RGB value is (12,153,10). Sum of RGB (Red+Green+Blue) = 12+153+10=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 153 (60.16% from 255 or 87.43% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 153 - color contains mainly: green. Hex color #0C990A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C990A is #F366F5. Grayscale: #5E5E5E. Windows color (decimal): -15951606 or 694540. OLE color: 694540.
HSL color Cylindrical-coordinate representation of color #0C990A: hue angle of 119.16º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C990A is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 153 | 10 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.4 |
| HSL | 119.16º | 0.88% | 0.32% | - |
| HSV(B) | 119.16º | 0.93% | 0.6% | - |
| XYZ | 11.6 | 22.88 | 4.09 | - |
| YUV | 94.54 | 80.29 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 10 | 0.92 | 0 | 0.93 | 0.4 | 119.16 | 0.88 | 0.32 |
| Hex | C | 99 | A | 5C | 0 | 5D | 28 | 77 | 58 | 20 |
| Octal | 14 | 231 | 12 | 134 | 0 | 135 | 50 | 167 | 130 | 40 |
| Binary | 1100 | 10011001 | 1010 | 1011100 | 0 | 1011101 | 101000 | 1110111 | 1011000 | 100000 |
Color Harmonies of #0C990A
Complementary color
Monochromatic Colors of #0C990A
Black with #0C990A
Text Example
Text Example
White with #0C990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C990A; }
p { color: rgb(12,153,10); }
H1.HeaderClassName
{
color: #0C990A;
}
.AnyTagClassName
{
color: #0C990A;
}
</style>
background-color css
<style>
a { background-color: #0C990A; }
a { background-color: rgb(12,153,10); }
div.DivClassName
{
background-color: #0C990A;
}
.BgClassName
{
background-color: #0C990A;
}
</style>
border-color css
<style>
span { border-color: #0C990A; }
span { border-color: rgb(12,153,10); }
td.TdClassName
{
border-color: #0C990A;
}
.TagClassName
{
border-color: #0C990A;
}
</style>