Shades of Islamic Green #0BC601
Tints of Islamic Green #0BC601
RGB
CMYK
RGB Variations
Color information
#0BC601 (or 0x0BC601) is known color: Islamic Green. HEX triplet: 0B, C6 and 01. RGB value is (11,198,1). Sum of RGB (Red+Green+Blue) = 11+198+1=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 198 (77.73% from 255 or 94.29% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC601 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC601 is #F439FE. Grayscale: #787878. Windows color (decimal): -16005631 or 116235. OLE color: 116235.
HSL color Cylindrical-coordinate representation of color #0BC601: hue angle of 116.95º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BC601 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 198 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.22 |
| HSL | 116.95º | 0.99% | 0.39% | - |
| HSV(B) | 116.95º | 0.99% | 0.78% | - |
| XYZ | 20.34 | 40.46 | 6.77 | - |
| YUV | 119.63 | 61.05 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 198 | 1 | 0.94 | 0 | 0.99 | 0.22 | 116.95 | 0.99 | 0.39 |
| Hex | B | C6 | 1 | 5E | 0 | 63 | 16 | 75 | 63 | 27 |
| Octal | 13 | 306 | 1 | 136 | 0 | 143 | 26 | 165 | 143 | 47 |
| Binary | 1011 | 11000110 | 1 | 1011110 | 0 | 1100011 | 10110 | 1110101 | 1100011 | 100111 |
Color Harmonies of #0BC601
Complementary color
Monochromatic Colors of #0BC601
Black with #0BC601
Text Example
Text Example
White with #0BC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC601; }
p { color: rgb(11,198,1); }
H1.HeaderClassName
{
color: #0BC601;
}
.AnyTagClassName
{
color: #0BC601;
}
</style>
background-color css
<style>
a { background-color: #0BC601; }
a { background-color: rgb(11,198,1); }
div.DivClassName
{
background-color: #0BC601;
}
.BgClassName
{
background-color: #0BC601;
}
</style>
border-color css
<style>
span { border-color: #0BC601; }
span { border-color: rgb(11,198,1); }
td.TdClassName
{
border-color: #0BC601;
}
.TagClassName
{
border-color: #0BC601;
}
</style>