Shades of Islamic Green #0C8F11
Tints of Islamic Green #0C8F11
RGB
CMYK
RGB Variations
Color information
#0C8F11 (or 0x0C8F11) is known color: Islamic Green. HEX triplet: 0C, 8F and 11. RGB value is (12,143,17). Sum of RGB (Red+Green+Blue) = 12+143+17=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 143 (56.25% from 255 or 83.14% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8F11 is #F370EE. Grayscale: #595959. Windows color (decimal): -15954159 or 1150732. OLE color: 1150732.
HSL color Cylindrical-coordinate representation of color #0C8F11: hue angle of 122.29º 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 #0C8F11 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 143 | 17 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.44 |
| HSL | 122.29º | 0.85% | 0.3% | - |
| HSV(B) | 122.29º | 0.92% | 0.56% | - |
| XYZ | 10.08 | 19.76 | 3.81 | - |
| YUV | 89.47 | 87.1 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 17 | 0.92 | 0 | 0.88 | 0.44 | 122.29 | 0.85 | 0.3 |
| Hex | C | 8F | 11 | 5C | 0 | 58 | 2C | 7A | 55 | 1E |
| Octal | 14 | 217 | 21 | 134 | 0 | 130 | 54 | 172 | 125 | 36 |
| Binary | 1100 | 10001111 | 10001 | 1011100 | 0 | 1011000 | 101100 | 1111010 | 1010101 | 11110 |
Color Harmonies of #0C8F11
Complementary color
Monochromatic Colors of #0C8F11
Black with #0C8F11
Text Example
Text Example
White with #0C8F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8F11; }
p { color: rgb(12,143,17); }
H1.HeaderClassName
{
color: #0C8F11;
}
.AnyTagClassName
{
color: #0C8F11;
}
</style>
background-color css
<style>
a { background-color: #0C8F11; }
a { background-color: rgb(12,143,17); }
div.DivClassName
{
background-color: #0C8F11;
}
.BgClassName
{
background-color: #0C8F11;
}
</style>
border-color css
<style>
span { border-color: #0C8F11; }
span { border-color: rgb(12,143,17); }
td.TdClassName
{
border-color: #0C8F11;
}
.TagClassName
{
border-color: #0C8F11;
}
</style>