Shades of Islamic Green #08BD0D
Tints of Islamic Green #08BD0D
RGB
CMYK
RGB Variations
Color information
#08BD0D (or 0x08BD0D) is known color: Islamic Green. HEX triplet: 08, BD and 0D. RGB value is (8,189,13). Sum of RGB (Red+Green+Blue) = 8+189+13=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 189 (74.22% from 255 or 90% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BD0D is #F742F2. Grayscale: #737373. Windows color (decimal): -16204531 or 900360. OLE color: 900360.
HSL color Cylindrical-coordinate representation of color #08BD0D: hue angle of 121.66º 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 #08BD0D is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 13 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.26 |
| HSL | 121.66º | 0.92% | 0.39% | - |
| HSV(B) | 121.66º | 0.96% | 0.74% | - |
| XYZ | 18.37 | 36.48 | 6.45 | - |
| YUV | 114.82 | 70.53 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 13 | 0.96 | 0 | 0.93 | 0.26 | 121.66 | 0.92 | 0.39 |
| Hex | 8 | BD | D | 60 | 0 | 5D | 1A | 7A | 5C | 27 |
| Octal | 10 | 275 | 15 | 140 | 0 | 135 | 32 | 172 | 134 | 47 |
| Binary | 1000 | 10111101 | 1101 | 1100000 | 0 | 1011101 | 11010 | 1111010 | 1011100 | 100111 |
Color Harmonies of #08BD0D
Complementary color
Monochromatic Colors of #08BD0D
Black with #08BD0D
Text Example
Text Example
White with #08BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD0D; }
p { color: rgb(8,189,13); }
H1.HeaderClassName
{
color: #08BD0D;
}
.AnyTagClassName
{
color: #08BD0D;
}
</style>
background-color css
<style>
a { background-color: #08BD0D; }
a { background-color: rgb(8,189,13); }
div.DivClassName
{
background-color: #08BD0D;
}
.BgClassName
{
background-color: #08BD0D;
}
</style>
border-color css
<style>
span { border-color: #08BD0D; }
span { border-color: rgb(8,189,13); }
td.TdClassName
{
border-color: #08BD0D;
}
.TagClassName
{
border-color: #08BD0D;
}
</style>