Shades of Islamic Green #08BD0B
Tints of Islamic Green #08BD0B
RGB
CMYK
RGB Variations
Color information
#08BD0B (or 0x08BD0B) is known color: Islamic Green. HEX triplet: 08, BD and 0B. RGB value is (8,189,11). Sum of RGB (Red+Green+Blue) = 8+189+11=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 189 (74.22% from 255 or 90.87% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BD0B is #F742F4. Grayscale: #737373. Windows color (decimal): -16204533 or 769288. OLE color: 769288.
HSL color Cylindrical-coordinate representation of color #08BD0B: hue angle of 120.99º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD0B is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 11 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.26 |
| HSL | 120.99º | 0.92% | 0.39% | - |
| HSV(B) | 120.99º | 0.96% | 0.74% | - |
| XYZ | 18.36 | 36.47 | 6.39 | - |
| YUV | 114.59 | 69.53 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 11 | 0.96 | 0 | 0.94 | 0.26 | 120.99 | 0.92 | 0.39 |
| Hex | 8 | BD | B | 60 | 0 | 5E | 1A | 79 | 5C | 27 |
| Octal | 10 | 275 | 13 | 140 | 0 | 136 | 32 | 171 | 134 | 47 |
| Binary | 1000 | 10111101 | 1011 | 1100000 | 0 | 1011110 | 11010 | 1111001 | 1011100 | 100111 |
Color Harmonies of #08BD0B
Complementary color
Monochromatic Colors of #08BD0B
Black with #08BD0B
Text Example
Text Example
White with #08BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD0B; }
p { color: rgb(8,189,11); }
H1.HeaderClassName
{
color: #08BD0B;
}
.AnyTagClassName
{
color: #08BD0B;
}
</style>
background-color css
<style>
a { background-color: #08BD0B; }
a { background-color: rgb(8,189,11); }
div.DivClassName
{
background-color: #08BD0B;
}
.BgClassName
{
background-color: #08BD0B;
}
</style>
border-color css
<style>
span { border-color: #08BD0B; }
span { border-color: rgb(8,189,11); }
td.TdClassName
{
border-color: #08BD0B;
}
.TagClassName
{
border-color: #08BD0B;
}
</style>