Shades of Islamic Green #08BD00
Tints of Islamic Green #08BD00
RGB
CMYK
RGB Variations
Color information
#08BD00 (or 0x08BD00) is known color: Islamic Green. HEX triplet: 08, BD and 00. RGB value is (8,189,0). Sum of RGB (Red+Green+Blue) = 8+189+0=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 189 (74.22% from 255 or 95.94% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BD00 is #F742FF. Grayscale: #717171. Windows color (decimal): -16204544 or 48392. OLE color: 48392.
HSL color Cylindrical-coordinate representation of color #08BD00: hue angle of 117.46º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08BD00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.26 |
| HSL | 117.46º | 1% | 0.37% | - |
| HSV(B) | 117.46º | 1% | 0.74% | - |
| XYZ | 18.3 | 36.45 | 6.07 | - |
| YUV | 113.34 | 64.03 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 0 | 0.96 | 0 | 1 | 0.26 | 117.46 | 1 | 0.37 |
| Hex | 8 | BD | 0 | 60 | 0 | 64 | 1A | 75 | 64 | 25 |
| Octal | 10 | 275 | 0 | 140 | 0 | 144 | 32 | 165 | 144 | 45 |
| Binary | 1000 | 10111101 | 0 | 1100000 | 0 | 1100100 | 11010 | 1110101 | 1100100 | 100101 |
Color Harmonies of #08BD00
Complementary color
Monochromatic Colors of #08BD00
Black with #08BD00
Text Example
Text Example
White with #08BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD00; }
p { color: rgb(8,189,0); }
H1.HeaderClassName
{
color: #08BD00;
}
.AnyTagClassName
{
color: #08BD00;
}
</style>
background-color css
<style>
a { background-color: #08BD00; }
a { background-color: rgb(8,189,0); }
div.DivClassName
{
background-color: #08BD00;
}
.BgClassName
{
background-color: #08BD00;
}
</style>
border-color css
<style>
span { border-color: #08BD00; }
span { border-color: rgb(8,189,0); }
td.TdClassName
{
border-color: #08BD00;
}
.TagClassName
{
border-color: #08BD00;
}
</style>