Shades of Islamic Green #08BD0C
Tints of Islamic Green #08BD0C
RGB
CMYK
RGB Variations
Color information
#08BD0C (or 0x08BD0C) is known color: Islamic Green. HEX triplet: 08, BD and 0C. RGB value is (8,189,12). Sum of RGB (Red+Green+Blue) = 8+189+12=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 189 (74.22% from 255 or 90.43% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BD0C is #F742F3. Grayscale: #737373. Windows color (decimal): -16204532 or 834824. OLE color: 834824.
HSL color Cylindrical-coordinate representation of color #08BD0C: hue angle of 121.33º 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 #08BD0C is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 12 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.26 |
| HSL | 121.33º | 0.92% | 0.39% | - |
| HSV(B) | 121.33º | 0.96% | 0.74% | - |
| XYZ | 18.36 | 36.47 | 6.42 | - |
| YUV | 114.7 | 70.03 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 12 | 0.96 | 0 | 0.94 | 0.26 | 121.33 | 0.92 | 0.39 |
| Hex | 8 | BD | C | 60 | 0 | 5E | 1A | 79 | 5C | 27 |
| Octal | 10 | 275 | 14 | 140 | 0 | 136 | 32 | 171 | 134 | 47 |
| Binary | 1000 | 10111101 | 1100 | 1100000 | 0 | 1011110 | 11010 | 1111001 | 1011100 | 100111 |
Color Harmonies of #08BD0C
Complementary color
Monochromatic Colors of #08BD0C
Black with #08BD0C
Text Example
Text Example
White with #08BD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD0C; }
p { color: rgb(8,189,12); }
H1.HeaderClassName
{
color: #08BD0C;
}
.AnyTagClassName
{
color: #08BD0C;
}
</style>
background-color css
<style>
a { background-color: #08BD0C; }
a { background-color: rgb(8,189,12); }
div.DivClassName
{
background-color: #08BD0C;
}
.BgClassName
{
background-color: #08BD0C;
}
</style>
border-color css
<style>
span { border-color: #08BD0C; }
span { border-color: rgb(8,189,12); }
td.TdClassName
{
border-color: #08BD0C;
}
.TagClassName
{
border-color: #08BD0C;
}
</style>