Shades of Islamic Green #0BC501
Tints of Islamic Green #0BC501
RGB
CMYK
RGB Variations
Color information
#0BC501 (or 0x0BC501) is known color: Islamic Green. HEX triplet: 0B, C5 and 01. RGB value is (11,197,1). Sum of RGB (Red+Green+Blue) = 11+197+1=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 197 (77.34% from 255 or 94.26% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC501 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC501 is #F43AFE. Grayscale: #777777. Windows color (decimal): -16005887 or 115979. OLE color: 115979.
HSL color Cylindrical-coordinate representation of color #0BC501: hue angle of 116.94º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BC501 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.23 |
| HSL | 116.94º | 0.99% | 0.39% | - |
| HSV(B) | 116.94º | 0.99% | 0.77% | - |
| XYZ | 20.11 | 40.01 | 6.69 | - |
| YUV | 119.04 | 61.38 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 1 | 0.94 | 0 | 0.99 | 0.23 | 116.94 | 0.99 | 0.39 |
| Hex | B | C5 | 1 | 5E | 0 | 63 | 17 | 75 | 63 | 27 |
| Octal | 13 | 305 | 1 | 136 | 0 | 143 | 27 | 165 | 143 | 47 |
| Binary | 1011 | 11000101 | 1 | 1011110 | 0 | 1100011 | 10111 | 1110101 | 1100011 | 100111 |
Color Harmonies of #0BC501
Complementary color
Monochromatic Colors of #0BC501
Black with #0BC501
Text Example
Text Example
White with #0BC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC501; }
p { color: rgb(11,197,1); }
H1.HeaderClassName
{
color: #0BC501;
}
.AnyTagClassName
{
color: #0BC501;
}
</style>
background-color css
<style>
a { background-color: #0BC501; }
a { background-color: rgb(11,197,1); }
div.DivClassName
{
background-color: #0BC501;
}
.BgClassName
{
background-color: #0BC501;
}
</style>
border-color css
<style>
span { border-color: #0BC501; }
span { border-color: rgb(11,197,1); }
td.TdClassName
{
border-color: #0BC501;
}
.TagClassName
{
border-color: #0BC501;
}
</style>