Shades of Islamic Green #0C9212
Tints of Islamic Green #0C9212
RGB
CMYK
RGB Variations
Color information
#0C9212 (or 0x0C9212) is known color: Islamic Green. HEX triplet: 0C, 92 and 12. RGB value is (12,146,18). Sum of RGB (Red+Green+Blue) = 12+146+18=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 146 (57.42% from 255 or 82.95% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9212 is #F36DED. Grayscale: #5B5B5B. Windows color (decimal): -15953390 or 1217036. OLE color: 1217036.
HSL color Cylindrical-coordinate representation of color #0C9212: hue angle of 122.69º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9212 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 18 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.43 |
| HSL | 122.69º | 0.85% | 0.31% | - |
| HSV(B) | 122.69º | 0.92% | 0.57% | - |
| XYZ | 10.54 | 20.68 | 4.01 | - |
| YUV | 91.34 | 86.61 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 18 | 0.92 | 0 | 0.88 | 0.43 | 122.69 | 0.85 | 0.31 |
| Hex | C | 92 | 12 | 5C | 0 | 58 | 2B | 7B | 55 | 1F |
| Octal | 14 | 222 | 22 | 134 | 0 | 130 | 53 | 173 | 125 | 37 |
| Binary | 1100 | 10010010 | 10010 | 1011100 | 0 | 1011000 | 101011 | 1111011 | 1010101 | 11111 |
Color Harmonies of #0C9212
Complementary color
Monochromatic Colors of #0C9212
Black with #0C9212
Text Example
Text Example
White with #0C9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9212; }
p { color: rgb(12,146,18); }
H1.HeaderClassName
{
color: #0C9212;
}
.AnyTagClassName
{
color: #0C9212;
}
</style>
background-color css
<style>
a { background-color: #0C9212; }
a { background-color: rgb(12,146,18); }
div.DivClassName
{
background-color: #0C9212;
}
.BgClassName
{
background-color: #0C9212;
}
</style>
border-color css
<style>
span { border-color: #0C9212; }
span { border-color: rgb(12,146,18); }
td.TdClassName
{
border-color: #0C9212;
}
.TagClassName
{
border-color: #0C9212;
}
</style>