Shades of Islamic Green #0BC504
Tints of Islamic Green #0BC504
RGB
CMYK
RGB Variations
Color information
#0BC504 (or 0x0BC504) is known color: Islamic Green. HEX triplet: 0B, C5 and 04. RGB value is (11,197,4). Sum of RGB (Red+Green+Blue) = 11+197+4=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 197 (77.34% from 255 or 92.92% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC504 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC504 is #F43AFB. Grayscale: #777777. Windows color (decimal): -16005884 or 312587. OLE color: 312587.
HSL color Cylindrical-coordinate representation of color #0BC504: hue angle of 117.82º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BC504 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.23 |
| HSL | 117.82º | 0.96% | 0.39% | - |
| HSV(B) | 117.82º | 0.98% | 0.77% | - |
| XYZ | 20.13 | 40.01 | 6.78 | - |
| YUV | 119.38 | 62.88 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 4 | 0.94 | 0 | 0.98 | 0.23 | 117.82 | 0.96 | 0.39 |
| Hex | B | C5 | 4 | 5E | 0 | 62 | 17 | 76 | 60 | 27 |
| Octal | 13 | 305 | 4 | 136 | 0 | 142 | 27 | 166 | 140 | 47 |
| Binary | 1011 | 11000101 | 100 | 1011110 | 0 | 1100010 | 10111 | 1110110 | 1100000 | 100111 |
Color Harmonies of #0BC504
Complementary color
Monochromatic Colors of #0BC504
Black with #0BC504
Text Example
Text Example
White with #0BC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC504; }
p { color: rgb(11,197,4); }
H1.HeaderClassName
{
color: #0BC504;
}
.AnyTagClassName
{
color: #0BC504;
}
</style>
background-color css
<style>
a { background-color: #0BC504; }
a { background-color: rgb(11,197,4); }
div.DivClassName
{
background-color: #0BC504;
}
.BgClassName
{
background-color: #0BC504;
}
</style>
border-color css
<style>
span { border-color: #0BC504; }
span { border-color: rgb(11,197,4); }
td.TdClassName
{
border-color: #0BC504;
}
.TagClassName
{
border-color: #0BC504;
}
</style>