Shades of Islamic Green #0C9B08
Tints of Islamic Green #0C9B08
RGB
CMYK
RGB Variations
Color information
#0C9B08 (or 0x0C9B08) is known color: Islamic Green. HEX triplet: 0C, 9B and 08. RGB value is (12,155,8). Sum of RGB (Red+Green+Blue) = 12+155+8=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 155 (60.94% from 255 or 88.57% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9B08 is #F364F7. Grayscale: #5F5F5F. Windows color (decimal): -15951096 or 563980. OLE color: 563980.
HSL color Cylindrical-coordinate representation of color #0C9B08: hue angle of 118.37º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9B08 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 155 | 8 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.39 |
| HSL | 118.37º | 0.9% | 0.32% | - |
| HSV(B) | 118.37º | 0.95% | 0.61% | - |
| XYZ | 11.92 | 23.54 | 4.15 | - |
| YUV | 95.49 | 78.62 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 155 | 8 | 0.92 | 0 | 0.95 | 0.39 | 118.37 | 0.9 | 0.32 |
| Hex | C | 9B | 8 | 5C | 0 | 5F | 27 | 76 | 5A | 20 |
| Octal | 14 | 233 | 10 | 134 | 0 | 137 | 47 | 166 | 132 | 40 |
| Binary | 1100 | 10011011 | 1000 | 1011100 | 0 | 1011111 | 100111 | 1110110 | 1011010 | 100000 |
Color Harmonies of #0C9B08
Complementary color
Monochromatic Colors of #0C9B08
Black with #0C9B08
Text Example
Text Example
White with #0C9B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9B08; }
p { color: rgb(12,155,8); }
H1.HeaderClassName
{
color: #0C9B08;
}
.AnyTagClassName
{
color: #0C9B08;
}
</style>
background-color css
<style>
a { background-color: #0C9B08; }
a { background-color: rgb(12,155,8); }
div.DivClassName
{
background-color: #0C9B08;
}
.BgClassName
{
background-color: #0C9B08;
}
</style>
border-color css
<style>
span { border-color: #0C9B08; }
span { border-color: rgb(12,155,8); }
td.TdClassName
{
border-color: #0C9B08;
}
.TagClassName
{
border-color: #0C9B08;
}
</style>