Shades of Islamic Green #0CBA0D
Tints of Islamic Green #0CBA0D
RGB
CMYK
RGB Variations
Color information
#0CBA0D (or 0x0CBA0D) is known color: Islamic Green. HEX triplet: 0C, BA and 0D. RGB value is (12,186,13). Sum of RGB (Red+Green+Blue) = 12+186+13=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 186 (73.05% from 255 or 88.15% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBA0D is #F345F2. Grayscale: #727272. Windows color (decimal): -15943155 or 899596. OLE color: 899596.
HSL color Cylindrical-coordinate representation of color #0CBA0D: hue angle of 120.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA0D is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 13 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.27 |
| HSL | 120.34º | 0.88% | 0.39% | - |
| HSV(B) | 120.34º | 0.94% | 0.73% | - |
| XYZ | 17.78 | 35.23 | 6.24 | - |
| YUV | 114.25 | 70.85 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 13 | 0.94 | 0 | 0.93 | 0.27 | 120.34 | 0.88 | 0.39 |
| Hex | C | BA | D | 5E | 0 | 5D | 1B | 78 | 58 | 27 |
| Octal | 14 | 272 | 15 | 136 | 0 | 135 | 33 | 170 | 130 | 47 |
| Binary | 1100 | 10111010 | 1101 | 1011110 | 0 | 1011101 | 11011 | 1111000 | 1011000 | 100111 |
Color Harmonies of #0CBA0D
Complementary color
Monochromatic Colors of #0CBA0D
Black with #0CBA0D
Text Example
Text Example
White with #0CBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBA0D; }
p { color: rgb(12,186,13); }
H1.HeaderClassName
{
color: #0CBA0D;
}
.AnyTagClassName
{
color: #0CBA0D;
}
</style>
background-color css
<style>
a { background-color: #0CBA0D; }
a { background-color: rgb(12,186,13); }
div.DivClassName
{
background-color: #0CBA0D;
}
.BgClassName
{
background-color: #0CBA0D;
}
</style>
border-color css
<style>
span { border-color: #0CBA0D; }
span { border-color: rgb(12,186,13); }
td.TdClassName
{
border-color: #0CBA0D;
}
.TagClassName
{
border-color: #0CBA0D;
}
</style>