Shades of Islamic Green #0CB40B
Tints of Islamic Green #0CB40B
RGB
CMYK
RGB Variations
Color information
#0CB40B (or 0x0CB40B) is known color: Islamic Green. HEX triplet: 0C, B4 and 0B. RGB value is (12,180,11). Sum of RGB (Red+Green+Blue) = 12+180+11=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 180 (70.70% from 255 or 88.67% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB40B is #F34BF4. Grayscale: #6F6F6F. Windows color (decimal): -15944693 or 766988. OLE color: 766988.
HSL color Cylindrical-coordinate representation of color #0CB40B: hue angle of 119.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB40B is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 11 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.29 |
| HSL | 119.65º | 0.88% | 0.37% | - |
| HSV(B) | 119.65º | 0.94% | 0.71% | - |
| XYZ | 16.53 | 32.74 | 5.77 | - |
| YUV | 110.5 | 71.84 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 11 | 0.93 | 0 | 0.94 | 0.29 | 119.65 | 0.88 | 0.37 |
| Hex | C | B4 | B | 5D | 0 | 5E | 1D | 78 | 58 | 25 |
| Octal | 14 | 264 | 13 | 135 | 0 | 136 | 35 | 170 | 130 | 45 |
| Binary | 1100 | 10110100 | 1011 | 1011101 | 0 | 1011110 | 11101 | 1111000 | 1011000 | 100101 |
Color Harmonies of #0CB40B
Complementary color
Monochromatic Colors of #0CB40B
Black with #0CB40B
Text Example
Text Example
White with #0CB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB40B; }
p { color: rgb(12,180,11); }
H1.HeaderClassName
{
color: #0CB40B;
}
.AnyTagClassName
{
color: #0CB40B;
}
</style>
background-color css
<style>
a { background-color: #0CB40B; }
a { background-color: rgb(12,180,11); }
div.DivClassName
{
background-color: #0CB40B;
}
.BgClassName
{
background-color: #0CB40B;
}
</style>
border-color css
<style>
span { border-color: #0CB40B; }
span { border-color: rgb(12,180,11); }
td.TdClassName
{
border-color: #0CB40B;
}
.TagClassName
{
border-color: #0CB40B;
}
</style>