Shades of Islamic Green #0CBD15
Tints of Islamic Green #0CBD15
RGB
CMYK
RGB Variations
Color information
#0CBD15 (or 0x0CBD15) is known color: Islamic Green. HEX triplet: 0C, BD and 15. RGB value is (12,189,21). Sum of RGB (Red+Green+Blue) = 12+189+21=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 189 (74.22% from 255 or 85.14% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBD15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBD15 is #F342EA. Grayscale: #757575. Windows color (decimal): -15942379 or 1424652. OLE color: 1424652.
HSL color Cylindrical-coordinate representation of color #0CBD15: hue angle of 123.05º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBD15 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 21 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.26 |
| HSL | 123.05º | 0.88% | 0.39% | - |
| HSV(B) | 123.05º | 0.94% | 0.74% | - |
| XYZ | 18.48 | 36.53 | 6.79 | - |
| YUV | 116.93 | 73.86 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 21 | 0.94 | 0 | 0.89 | 0.26 | 123.05 | 0.88 | 0.39 |
| Hex | C | BD | 15 | 5E | 0 | 59 | 1A | 7B | 58 | 27 |
| Octal | 14 | 275 | 25 | 136 | 0 | 131 | 32 | 173 | 130 | 47 |
| Binary | 1100 | 10111101 | 10101 | 1011110 | 0 | 1011001 | 11010 | 1111011 | 1011000 | 100111 |
Color Harmonies of #0CBD15
Complementary color
Monochromatic Colors of #0CBD15
Black with #0CBD15
Text Example
Text Example
White with #0CBD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBD15; }
p { color: rgb(12,189,21); }
H1.HeaderClassName
{
color: #0CBD15;
}
.AnyTagClassName
{
color: #0CBD15;
}
</style>
background-color css
<style>
a { background-color: #0CBD15; }
a { background-color: rgb(12,189,21); }
div.DivClassName
{
background-color: #0CBD15;
}
.BgClassName
{
background-color: #0CBD15;
}
</style>
border-color css
<style>
span { border-color: #0CBD15; }
span { border-color: rgb(12,189,21); }
td.TdClassName
{
border-color: #0CBD15;
}
.TagClassName
{
border-color: #0CBD15;
}
</style>