Shades of Islamic Green #0BC502
Tints of Islamic Green #0BC502
RGB
CMYK
RGB Variations
Color information
#0BC502 (or 0x0BC502) is known color: Islamic Green. HEX triplet: 0B, C5 and 02. RGB value is (11,197,2). Sum of RGB (Red+Green+Blue) = 11+197+2=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 197 (77.34% from 255 or 93.81% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC502 is #F43AFD. Grayscale: #777777. Windows color (decimal): -16005886 or 181515. OLE color: 181515.
HSL color Cylindrical-coordinate representation of color #0BC502: hue angle of 117.23º degrees, saturation: 0.98, 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 #0BC502 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.23 |
| HSL | 117.23º | 0.98% | 0.39% | - |
| HSV(B) | 117.23º | 0.99% | 0.77% | - |
| XYZ | 20.12 | 40.01 | 6.72 | - |
| YUV | 119.16 | 61.88 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 2 | 0.94 | 0 | 0.99 | 0.23 | 117.23 | 0.98 | 0.39 |
| Hex | B | C5 | 2 | 5E | 0 | 63 | 17 | 75 | 62 | 27 |
| Octal | 13 | 305 | 2 | 136 | 0 | 143 | 27 | 165 | 142 | 47 |
| Binary | 1011 | 11000101 | 10 | 1011110 | 0 | 1100011 | 10111 | 1110101 | 1100010 | 100111 |
Color Harmonies of #0BC502
Complementary color
Monochromatic Colors of #0BC502
Black with #0BC502
Text Example
Text Example
White with #0BC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC502; }
p { color: rgb(11,197,2); }
H1.HeaderClassName
{
color: #0BC502;
}
.AnyTagClassName
{
color: #0BC502;
}
</style>
background-color css
<style>
a { background-color: #0BC502; }
a { background-color: rgb(11,197,2); }
div.DivClassName
{
background-color: #0BC502;
}
.BgClassName
{
background-color: #0BC502;
}
</style>
border-color css
<style>
span { border-color: #0BC502; }
span { border-color: rgb(11,197,2); }
td.TdClassName
{
border-color: #0BC502;
}
.TagClassName
{
border-color: #0BC502;
}
</style>