Shades of Islamic Green #08BC0D
Tints of Islamic Green #08BC0D
RGB
CMYK
RGB Variations
Color information
#08BC0D (or 0x08BC0D) is known color: Islamic Green. HEX triplet: 08, BC and 0D. RGB value is (8,188,13). Sum of RGB (Red+Green+Blue) = 8+188+13=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 188 (73.83% from 255 or 89.95% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BC0D is #F743F2. Grayscale: #727272. Windows color (decimal): -16204787 or 900104. OLE color: 900104.
HSL color Cylindrical-coordinate representation of color #08BC0D: hue angle of 121.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC0D is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 13 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.26 |
| HSL | 121.67º | 0.92% | 0.38% | - |
| HSV(B) | 121.67º | 0.96% | 0.74% | - |
| XYZ | 18.16 | 36.05 | 6.38 | - |
| YUV | 114.23 | 70.87 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 13 | 0.96 | 0 | 0.93 | 0.26 | 121.67 | 0.92 | 0.38 |
| Hex | 8 | BC | D | 60 | 0 | 5D | 1A | 7A | 5C | 26 |
| Octal | 10 | 274 | 15 | 140 | 0 | 135 | 32 | 172 | 134 | 46 |
| Binary | 1000 | 10111100 | 1101 | 1100000 | 0 | 1011101 | 11010 | 1111010 | 1011100 | 100110 |
Color Harmonies of #08BC0D
Complementary color
Monochromatic Colors of #08BC0D
Black with #08BC0D
Text Example
Text Example
White with #08BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC0D; }
p { color: rgb(8,188,13); }
H1.HeaderClassName
{
color: #08BC0D;
}
.AnyTagClassName
{
color: #08BC0D;
}
</style>
background-color css
<style>
a { background-color: #08BC0D; }
a { background-color: rgb(8,188,13); }
div.DivClassName
{
background-color: #08BC0D;
}
.BgClassName
{
background-color: #08BC0D;
}
</style>
border-color css
<style>
span { border-color: #08BC0D; }
span { border-color: rgb(8,188,13); }
td.TdClassName
{
border-color: #08BC0D;
}
.TagClassName
{
border-color: #08BC0D;
}
</style>