Shades of Islamic Green #0BBD04
Tints of Islamic Green #0BBD04
RGB
CMYK
RGB Variations
Color information
#0BBD04 (or 0x0BBD04) is known color: Islamic Green. HEX triplet: 0B, BD and 04. RGB value is (11,189,4). Sum of RGB (Red+Green+Blue) = 11+189+4=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 189 (74.22% from 255 or 92.65% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBD04 is #F442FB. Grayscale: #737373. Windows color (decimal): -16007932 or 310539. OLE color: 310539.
HSL color Cylindrical-coordinate representation of color #0BBD04: hue angle of 117.73º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BBD04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 189 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.26 |
| HSL | 117.73º | 0.96% | 0.38% | - |
| HSV(B) | 117.73º | 0.98% | 0.74% | - |
| XYZ | 18.36 | 36.48 | 6.19 | - |
| YUV | 114.69 | 65.53 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 4 | 0.94 | 0 | 0.98 | 0.26 | 117.73 | 0.96 | 0.38 |
| Hex | B | BD | 4 | 5E | 0 | 62 | 1A | 76 | 60 | 26 |
| Octal | 13 | 275 | 4 | 136 | 0 | 142 | 32 | 166 | 140 | 46 |
| Binary | 1011 | 10111101 | 100 | 1011110 | 0 | 1100010 | 11010 | 1110110 | 1100000 | 100110 |
Color Harmonies of #0BBD04
Complementary color
Monochromatic Colors of #0BBD04
Black with #0BBD04
Text Example
Text Example
White with #0BBD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBD04; }
p { color: rgb(11,189,4); }
H1.HeaderClassName
{
color: #0BBD04;
}
.AnyTagClassName
{
color: #0BBD04;
}
</style>
background-color css
<style>
a { background-color: #0BBD04; }
a { background-color: rgb(11,189,4); }
div.DivClassName
{
background-color: #0BBD04;
}
.BgClassName
{
background-color: #0BBD04;
}
</style>
border-color css
<style>
span { border-color: #0BBD04; }
span { border-color: rgb(11,189,4); }
td.TdClassName
{
border-color: #0BBD04;
}
.TagClassName
{
border-color: #0BBD04;
}
</style>