Shades of Islamic Green #0C9012
Tints of Islamic Green #0C9012
RGB
CMYK
RGB Variations
Color information
#0C9012 (or 0x0C9012) is known color: Islamic Green. HEX triplet: 0C, 90 and 12. RGB value is (12,144,18). Sum of RGB (Red+Green+Blue) = 12+144+18=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 144 (56.64% from 255 or 82.76% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9012 is #F36FED. Grayscale: #5A5A5A. Windows color (decimal): -15953902 or 1216524. OLE color: 1216524.
HSL color Cylindrical-coordinate representation of color #0C9012: hue angle of 122.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9012 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 144 | 18 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.44 |
| HSL | 122.73º | 0.85% | 0.31% | - |
| HSV(B) | 122.73º | 0.92% | 0.56% | - |
| XYZ | 10.23 | 20.07 | 3.91 | - |
| YUV | 90.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 18 | 0.92 | 0 | 0.88 | 0.44 | 122.73 | 0.85 | 0.31 |
| Hex | C | 90 | 12 | 5C | 0 | 58 | 2C | 7B | 55 | 1F |
| Octal | 14 | 220 | 22 | 134 | 0 | 130 | 54 | 173 | 125 | 37 |
| Binary | 1100 | 10010000 | 10010 | 1011100 | 0 | 1011000 | 101100 | 1111011 | 1010101 | 11111 |
Color Harmonies of #0C9012
Complementary color
Monochromatic Colors of #0C9012
Black with #0C9012
Text Example
Text Example
White with #0C9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9012; }
p { color: rgb(12,144,18); }
H1.HeaderClassName
{
color: #0C9012;
}
.AnyTagClassName
{
color: #0C9012;
}
</style>
background-color css
<style>
a { background-color: #0C9012; }
a { background-color: rgb(12,144,18); }
div.DivClassName
{
background-color: #0C9012;
}
.BgClassName
{
background-color: #0C9012;
}
</style>
border-color css
<style>
span { border-color: #0C9012; }
span { border-color: rgb(12,144,18); }
td.TdClassName
{
border-color: #0C9012;
}
.TagClassName
{
border-color: #0C9012;
}
</style>