Shades of Islamic Green #0BC203
Tints of Islamic Green #0BC203
RGB
CMYK
RGB Variations
Color information
#0BC203 (or 0x0BC203) is known color: Islamic Green. HEX triplet: 0B, C2 and 03. RGB value is (11,194,3). Sum of RGB (Red+Green+Blue) = 11+194+3=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 194 (76.17% from 255 or 93.27% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC203 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC203 is #F43DFC. Grayscale: #767676. Windows color (decimal): -16006653 or 246283. OLE color: 246283.
HSL color Cylindrical-coordinate representation of color #0BC203: hue angle of 117.49º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BC203 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 194 | 3 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.24 |
| HSL | 117.49º | 0.97% | 0.39% | - |
| HSV(B) | 117.49º | 0.98% | 0.76% | - |
| XYZ | 19.45 | 38.66 | 6.52 | - |
| YUV | 117.51 | 63.37 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 3 | 0.94 | 0 | 0.98 | 0.24 | 117.49 | 0.97 | 0.39 |
| Hex | B | C2 | 3 | 5E | 0 | 62 | 18 | 75 | 61 | 27 |
| Octal | 13 | 302 | 3 | 136 | 0 | 142 | 30 | 165 | 141 | 47 |
| Binary | 1011 | 11000010 | 11 | 1011110 | 0 | 1100010 | 11000 | 1110101 | 1100001 | 100111 |
Color Harmonies of #0BC203
Complementary color
Monochromatic Colors of #0BC203
Black with #0BC203
Text Example
Text Example
White with #0BC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC203; }
p { color: rgb(11,194,3); }
H1.HeaderClassName
{
color: #0BC203;
}
.AnyTagClassName
{
color: #0BC203;
}
</style>
background-color css
<style>
a { background-color: #0BC203; }
a { background-color: rgb(11,194,3); }
div.DivClassName
{
background-color: #0BC203;
}
.BgClassName
{
background-color: #0BC203;
}
</style>
border-color css
<style>
span { border-color: #0BC203; }
span { border-color: rgb(11,194,3); }
td.TdClassName
{
border-color: #0BC203;
}
.TagClassName
{
border-color: #0BC203;
}
</style>