Shades of Islamic Green #0C920B
Tints of Islamic Green #0C920B
RGB
CMYK
RGB Variations
Color information
#0C920B (or 0x0C920B) is known color: Islamic Green. HEX triplet: 0C, 92 and 0B. RGB value is (12,146,11). Sum of RGB (Red+Green+Blue) = 12+146+11=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 146 (57.42% from 255 or 86.39% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 146 - color contains mainly: green. Hex color #0C920B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C920B is #F36DF4. Grayscale: #5A5A5A. Windows color (decimal): -15953397 or 758284. OLE color: 758284.
HSL color Cylindrical-coordinate representation of color #0C920B: hue angle of 119.56º degrees, saturation: 0.86, 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 #0C920B is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 11 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.43 |
| HSL | 119.56º | 0.86% | 0.31% | - |
| HSV(B) | 119.56º | 0.92% | 0.57% | - |
| XYZ | 10.49 | 20.66 | 3.75 | - |
| YUV | 90.54 | 83.11 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 11 | 0.92 | 0 | 0.92 | 0.43 | 119.56 | 0.86 | 0.31 |
| Hex | C | 92 | B | 5C | 0 | 5C | 2B | 78 | 56 | 1F |
| Octal | 14 | 222 | 13 | 134 | 0 | 134 | 53 | 170 | 126 | 37 |
| Binary | 1100 | 10010010 | 1011 | 1011100 | 0 | 1011100 | 101011 | 1111000 | 1010110 | 11111 |
Color Harmonies of #0C920B
Complementary color
Monochromatic Colors of #0C920B
Black with #0C920B
Text Example
Text Example
White with #0C920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C920B; }
p { color: rgb(12,146,11); }
H1.HeaderClassName
{
color: #0C920B;
}
.AnyTagClassName
{
color: #0C920B;
}
</style>
background-color css
<style>
a { background-color: #0C920B; }
a { background-color: rgb(12,146,11); }
div.DivClassName
{
background-color: #0C920B;
}
.BgClassName
{
background-color: #0C920B;
}
</style>
border-color css
<style>
span { border-color: #0C920B; }
span { border-color: rgb(12,146,11); }
td.TdClassName
{
border-color: #0C920B;
}
.TagClassName
{
border-color: #0C920B;
}
</style>