Shades of Islamic Green #0C8E03
Tints of Islamic Green #0C8E03
RGB
CMYK
RGB Variations
Color information
#0C8E03 (or 0x0C8E03) is known color: Islamic Green. HEX triplet: 0C, 8E and 03. RGB value is (12,142,3). Sum of RGB (Red+Green+Blue) = 12+142+3=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 142 (55.86% from 255 or 90.45% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8E03 is #F371FC. Grayscale: #575757. Windows color (decimal): -15954429 or 232972. OLE color: 232972.
HSL color Cylindrical-coordinate representation of color #0C8E03: hue angle of 116.12º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C8E03 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 142 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.44 |
| HSL | 116.12º | 0.96% | 0.28% | - |
| HSV(B) | 116.12º | 0.98% | 0.56% | - |
| XYZ | 9.84 | 19.43 | 3.32 | - |
| YUV | 87.28 | 80.43 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 3 | 0.92 | 0 | 0.98 | 0.44 | 116.12 | 0.96 | 0.28 |
| Hex | C | 8E | 3 | 5C | 0 | 62 | 2C | 74 | 60 | 1C |
| Octal | 14 | 216 | 3 | 134 | 0 | 142 | 54 | 164 | 140 | 34 |
| Binary | 1100 | 10001110 | 11 | 1011100 | 0 | 1100010 | 101100 | 1110100 | 1100000 | 11100 |
Color Harmonies of #0C8E03
Complementary color
Monochromatic Colors of #0C8E03
Black with #0C8E03
Text Example
Text Example
White with #0C8E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8E03; }
p { color: rgb(12,142,3); }
H1.HeaderClassName
{
color: #0C8E03;
}
.AnyTagClassName
{
color: #0C8E03;
}
</style>
background-color css
<style>
a { background-color: #0C8E03; }
a { background-color: rgb(12,142,3); }
div.DivClassName
{
background-color: #0C8E03;
}
.BgClassName
{
background-color: #0C8E03;
}
</style>
border-color css
<style>
span { border-color: #0C8E03; }
span { border-color: rgb(12,142,3); }
td.TdClassName
{
border-color: #0C8E03;
}
.TagClassName
{
border-color: #0C8E03;
}
</style>