Shades of Islamic Green #0CB909
Tints of Islamic Green #0CB909
RGB
CMYK
RGB Variations
Color information
#0CB909 (or 0x0CB909) is known color: Islamic Green. HEX triplet: 0C, B9 and 09. RGB value is (12,185,9). Sum of RGB (Red+Green+Blue) = 12+185+9=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 185 (72.66% from 255 or 89.81% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB909 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB909 is #F346F6. Grayscale: #717171. Windows color (decimal): -15943415 or 637196. OLE color: 637196.
HSL color Cylindrical-coordinate representation of color #0CB909: hue angle of 118.98º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB909 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 185 | 9 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.27 |
| HSL | 118.98º | 0.91% | 0.38% | - |
| HSV(B) | 118.98º | 0.95% | 0.73% | - |
| XYZ | 17.55 | 34.8 | 6.05 | - |
| YUV | 113.21 | 69.19 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 9 | 0.94 | 0 | 0.95 | 0.27 | 118.98 | 0.91 | 0.38 |
| Hex | C | B9 | 9 | 5E | 0 | 5F | 1B | 77 | 5B | 26 |
| Octal | 14 | 271 | 11 | 136 | 0 | 137 | 33 | 167 | 133 | 46 |
| Binary | 1100 | 10111001 | 1001 | 1011110 | 0 | 1011111 | 11011 | 1110111 | 1011011 | 100110 |
Color Harmonies of #0CB909
Complementary color
Monochromatic Colors of #0CB909
Black with #0CB909
Text Example
Text Example
White with #0CB909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB909; }
p { color: rgb(12,185,9); }
H1.HeaderClassName
{
color: #0CB909;
}
.AnyTagClassName
{
color: #0CB909;
}
</style>
background-color css
<style>
a { background-color: #0CB909; }
a { background-color: rgb(12,185,9); }
div.DivClassName
{
background-color: #0CB909;
}
.BgClassName
{
background-color: #0CB909;
}
</style>
border-color css
<style>
span { border-color: #0CB909; }
span { border-color: rgb(12,185,9); }
td.TdClassName
{
border-color: #0CB909;
}
.TagClassName
{
border-color: #0CB909;
}
</style>