Shades of Islamic Green #0C9B04
Tints of Islamic Green #0C9B04
RGB
CMYK
RGB Variations
Color information
#0C9B04 (or 0x0C9B04) is known color: Islamic Green. HEX triplet: 0C, 9B and 04. RGB value is (12,155,4). Sum of RGB (Red+Green+Blue) = 12+155+4=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 155 (60.94% from 255 or 90.64% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9B04 is #F364FB. Grayscale: #5F5F5F. Windows color (decimal): -15951100 or 301836. OLE color: 301836.
HSL color Cylindrical-coordinate representation of color #0C9B04: hue angle of 116.82º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C9B04 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 155 | 4 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.39 |
| HSL | 116.82º | 0.95% | 0.31% | - |
| HSV(B) | 116.82º | 0.97% | 0.61% | - |
| XYZ | 11.89 | 23.53 | 4.03 | - |
| YUV | 95.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 155 | 4 | 0.92 | 0 | 0.97 | 0.39 | 116.82 | 0.95 | 0.31 |
| Hex | C | 9B | 4 | 5C | 0 | 61 | 27 | 75 | 5F | 1F |
| Octal | 14 | 233 | 4 | 134 | 0 | 141 | 47 | 165 | 137 | 37 |
| Binary | 1100 | 10011011 | 100 | 1011100 | 0 | 1100001 | 100111 | 1110101 | 1011111 | 11111 |
Color Harmonies of #0C9B04
Complementary color
Monochromatic Colors of #0C9B04
Black with #0C9B04
Text Example
Text Example
White with #0C9B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9B04; }
p { color: rgb(12,155,4); }
H1.HeaderClassName
{
color: #0C9B04;
}
.AnyTagClassName
{
color: #0C9B04;
}
</style>
background-color css
<style>
a { background-color: #0C9B04; }
a { background-color: rgb(12,155,4); }
div.DivClassName
{
background-color: #0C9B04;
}
.BgClassName
{
background-color: #0C9B04;
}
</style>
border-color css
<style>
span { border-color: #0C9B04; }
span { border-color: rgb(12,155,4); }
td.TdClassName
{
border-color: #0C9B04;
}
.TagClassName
{
border-color: #0C9B04;
}
</style>