Shades of Islamic Green #0C8F0D
Tints of Islamic Green #0C8F0D
RGB
CMYK
RGB Variations
Color information
#0C8F0D (or 0x0C8F0D) is known color: Islamic Green. HEX triplet: 0C, 8F and 0D. RGB value is (12,143,13). Sum of RGB (Red+Green+Blue) = 12+143+13=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 143 (56.25% from 255 or 85.12% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8F0D is #F370F2. Grayscale: #595959. Windows color (decimal): -15954163 or 888588. OLE color: 888588.
HSL color Cylindrical-coordinate representation of color #0C8F0D: hue angle of 120.46º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8F0D is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 143 | 13 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.44 |
| HSL | 120.46º | 0.85% | 0.3% | - |
| HSV(B) | 120.46º | 0.92% | 0.56% | - |
| XYZ | 10.05 | 19.75 | 3.66 | - |
| YUV | 89.01 | 85.1 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 13 | 0.92 | 0 | 0.91 | 0.44 | 120.46 | 0.85 | 0.3 |
| Hex | C | 8F | D | 5C | 0 | 5B | 2C | 78 | 55 | 1E |
| Octal | 14 | 217 | 15 | 134 | 0 | 133 | 54 | 170 | 125 | 36 |
| Binary | 1100 | 10001111 | 1101 | 1011100 | 0 | 1011011 | 101100 | 1111000 | 1010101 | 11110 |
Color Harmonies of #0C8F0D
Complementary color
Monochromatic Colors of #0C8F0D
Black with #0C8F0D
Text Example
Text Example
White with #0C8F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8F0D; }
p { color: rgb(12,143,13); }
H1.HeaderClassName
{
color: #0C8F0D;
}
.AnyTagClassName
{
color: #0C8F0D;
}
</style>
background-color css
<style>
a { background-color: #0C8F0D; }
a { background-color: rgb(12,143,13); }
div.DivClassName
{
background-color: #0C8F0D;
}
.BgClassName
{
background-color: #0C8F0D;
}
</style>
border-color css
<style>
span { border-color: #0C8F0D; }
span { border-color: rgb(12,143,13); }
td.TdClassName
{
border-color: #0C8F0D;
}
.TagClassName
{
border-color: #0C8F0D;
}
</style>