Shades of Islamic Green #0CB700
Tints of Islamic Green #0CB700
RGB
CMYK
RGB Variations
Color information
#0CB700 (or 0x0CB700) is known color: Islamic Green. HEX triplet: 0C, B7 and 00. RGB value is (12,183,0). Sum of RGB (Red+Green+Blue) = 12+183+0=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 183 (71.88% from 255 or 93.85% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB700 is #F348FF. Grayscale: #6F6F6F. Windows color (decimal): -15943936 or 46860. OLE color: 46860.
HSL color Cylindrical-coordinate representation of color #0CB700: hue angle of 116.07º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CB700 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.28 |
| HSL | 116.07º | 1% | 0.36% | - |
| HSV(B) | 116.07º | 1% | 0.72% | - |
| XYZ | 17.09 | 33.95 | 5.65 | - |
| YUV | 111.01 | 65.35 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 0 | 0.93 | 0 | 1 | 0.28 | 116.07 | 1 | 0.36 |
| Hex | C | B7 | 0 | 5D | 0 | 64 | 1C | 74 | 64 | 24 |
| Octal | 14 | 267 | 0 | 135 | 0 | 144 | 34 | 164 | 144 | 44 |
| Binary | 1100 | 10110111 | 0 | 1011101 | 0 | 1100100 | 11100 | 1110100 | 1100100 | 100100 |
Color Harmonies of #0CB700
Complementary color
Monochromatic Colors of #0CB700
Black with #0CB700
Text Example
Text Example
White with #0CB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB700; }
p { color: rgb(12,183,0); }
H1.HeaderClassName
{
color: #0CB700;
}
.AnyTagClassName
{
color: #0CB700;
}
</style>
background-color css
<style>
a { background-color: #0CB700; }
a { background-color: rgb(12,183,0); }
div.DivClassName
{
background-color: #0CB700;
}
.BgClassName
{
background-color: #0CB700;
}
</style>
border-color css
<style>
span { border-color: #0CB700; }
span { border-color: rgb(12,183,0); }
td.TdClassName
{
border-color: #0CB700;
}
.TagClassName
{
border-color: #0CB700;
}
</style>