Shades of Islamic Green #0C980D
Tints of Islamic Green #0C980D
RGB
CMYK
RGB Variations
Color information
#0C980D (or 0x0C980D) is known color: Islamic Green. HEX triplet: 0C, 98 and 0D. RGB value is (12,152,13). Sum of RGB (Red+Green+Blue) = 12+152+13=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 152 (59.77% from 255 or 85.88% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 152 - color contains mainly: green. Hex color #0C980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C980D is #F367F2. Grayscale: #5E5E5E. Windows color (decimal): -15951859 or 890892. OLE color: 890892.
HSL color Cylindrical-coordinate representation of color #0C980D: hue angle of 120.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C980D is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 152 | 13 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.40 |
| HSL | 120.43º | 0.85% | 0.32% | - |
| HSV(B) | 120.43º | 0.92% | 0.6% | - |
| XYZ | 11.45 | 22.56 | 4.13 | - |
| YUV | 94.29 | 82.12 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 13 | 0.92 | 0 | 0.91 | 0.40 | 120.43 | 0.85 | 0.32 |
| Hex | C | 98 | D | 5C | 0 | 5B | 28 | 78 | 55 | 20 |
| Octal | 14 | 230 | 15 | 134 | 0 | 133 | 50 | 170 | 125 | 40 |
| Binary | 1100 | 10011000 | 1101 | 1011100 | 0 | 1011011 | 101000 | 1111000 | 1010101 | 100000 |
Color Harmonies of #0C980D
Complementary color
Monochromatic Colors of #0C980D
Black with #0C980D
Text Example
Text Example
White with #0C980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C980D; }
p { color: rgb(12,152,13); }
H1.HeaderClassName
{
color: #0C980D;
}
.AnyTagClassName
{
color: #0C980D;
}
</style>
background-color css
<style>
a { background-color: #0C980D; }
a { background-color: rgb(12,152,13); }
div.DivClassName
{
background-color: #0C980D;
}
.BgClassName
{
background-color: #0C980D;
}
</style>
border-color css
<style>
span { border-color: #0C980D; }
span { border-color: rgb(12,152,13); }
td.TdClassName
{
border-color: #0C980D;
}
.TagClassName
{
border-color: #0C980D;
}
</style>