Shades of Islamic Green #0CBC09
Tints of Islamic Green #0CBC09
RGB
CMYK
RGB Variations
Color information
#0CBC09 (or 0x0CBC09) is known color: Islamic Green. HEX triplet: 0C, BC and 09. RGB value is (12,188,9). Sum of RGB (Red+Green+Blue) = 12+188+9=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 188 (73.83% from 255 or 89.95% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBC09 is #F343F6. Grayscale: #737373. Windows color (decimal): -15942647 or 637964. OLE color: 637964.
HSL color Cylindrical-coordinate representation of color #0CBC09: hue angle of 118.99º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBC09 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 9 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.26 |
| HSL | 118.99º | 0.91% | 0.39% | - |
| HSV(B) | 118.99º | 0.95% | 0.74% | - |
| XYZ | 18.18 | 36.06 | 6.26 | - |
| YUV | 114.97 | 68.19 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 9 | 0.94 | 0 | 0.95 | 0.26 | 118.99 | 0.91 | 0.39 |
| Hex | C | BC | 9 | 5E | 0 | 5F | 1A | 77 | 5B | 27 |
| Octal | 14 | 274 | 11 | 136 | 0 | 137 | 32 | 167 | 133 | 47 |
| Binary | 1100 | 10111100 | 1001 | 1011110 | 0 | 1011111 | 11010 | 1110111 | 1011011 | 100111 |
Color Harmonies of #0CBC09
Complementary color
Monochromatic Colors of #0CBC09
Black with #0CBC09
Text Example
Text Example
White with #0CBC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBC09; }
p { color: rgb(12,188,9); }
H1.HeaderClassName
{
color: #0CBC09;
}
.AnyTagClassName
{
color: #0CBC09;
}
</style>
background-color css
<style>
a { background-color: #0CBC09; }
a { background-color: rgb(12,188,9); }
div.DivClassName
{
background-color: #0CBC09;
}
.BgClassName
{
background-color: #0CBC09;
}
</style>
border-color css
<style>
span { border-color: #0CBC09; }
span { border-color: rgb(12,188,9); }
td.TdClassName
{
border-color: #0CBC09;
}
.TagClassName
{
border-color: #0CBC09;
}
</style>