Shades of Islamic Green #0BC40D
Tints of Islamic Green #0BC40D
RGB
CMYK
RGB Variations
Color information
#0BC40D (or 0x0BC40D) is known color: Islamic Green. HEX triplet: 0B, C4 and 0D. RGB value is (11,196,13). Sum of RGB (Red+Green+Blue) = 11+196+13=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 196 (76.95% from 255 or 89.09% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC40D is #F43BF2. Grayscale: #787878. Windows color (decimal): -16006131 or 902155. OLE color: 902155.
HSL color Cylindrical-coordinate representation of color #0BC40D: hue angle of 120.65º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC40D is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 196 | 13 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.23 |
| HSL | 120.65º | 0.89% | 0.41% | - |
| HSV(B) | 120.65º | 0.94% | 0.77% | - |
| XYZ | 19.95 | 39.58 | 6.97 | - |
| YUV | 119.82 | 67.71 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 196 | 13 | 0.94 | 0 | 0.93 | 0.23 | 120.65 | 0.89 | 0.41 |
| Hex | B | C4 | D | 5E | 0 | 5D | 17 | 79 | 59 | 29 |
| Octal | 13 | 304 | 15 | 136 | 0 | 135 | 27 | 171 | 131 | 51 |
| Binary | 1011 | 11000100 | 1101 | 1011110 | 0 | 1011101 | 10111 | 1111001 | 1011001 | 101001 |
Color Harmonies of #0BC40D
Complementary color
Monochromatic Colors of #0BC40D
Black with #0BC40D
Text Example
Text Example
White with #0BC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC40D; }
p { color: rgb(11,196,13); }
H1.HeaderClassName
{
color: #0BC40D;
}
.AnyTagClassName
{
color: #0BC40D;
}
</style>
background-color css
<style>
a { background-color: #0BC40D; }
a { background-color: rgb(11,196,13); }
div.DivClassName
{
background-color: #0BC40D;
}
.BgClassName
{
background-color: #0BC40D;
}
</style>
border-color css
<style>
span { border-color: #0BC40D; }
span { border-color: rgb(11,196,13); }
td.TdClassName
{
border-color: #0BC40D;
}
.TagClassName
{
border-color: #0BC40D;
}
</style>