Shades of Islamic Green #08BB0C
Tints of Islamic Green #08BB0C
RGB
CMYK
RGB Variations
Color information
#08BB0C (or 0x08BB0C) is known color: Islamic Green. HEX triplet: 08, BB and 0C. RGB value is (8,187,12). Sum of RGB (Red+Green+Blue) = 8+187+12=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 187 (73.44% from 255 or 90.34% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BB0C is #F744F3. Grayscale: #727272. Windows color (decimal): -16205044 or 834312. OLE color: 834312.
HSL color Cylindrical-coordinate representation of color #08BB0C: hue angle of 121.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BB0C is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 187 | 12 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.27 |
| HSL | 121.34º | 0.92% | 0.38% | - |
| HSV(B) | 121.34º | 0.96% | 0.73% | - |
| XYZ | 17.94 | 35.62 | 6.28 | - |
| YUV | 113.53 | 70.7 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 12 | 0.96 | 0 | 0.94 | 0.27 | 121.34 | 0.92 | 0.38 |
| Hex | 8 | BB | C | 60 | 0 | 5E | 1B | 79 | 5C | 26 |
| Octal | 10 | 273 | 14 | 140 | 0 | 136 | 33 | 171 | 134 | 46 |
| Binary | 1000 | 10111011 | 1100 | 1100000 | 0 | 1011110 | 11011 | 1111001 | 1011100 | 100110 |
Color Harmonies of #08BB0C
Complementary color
Monochromatic Colors of #08BB0C
Black with #08BB0C
Text Example
Text Example
White with #08BB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BB0C; }
p { color: rgb(8,187,12); }
H1.HeaderClassName
{
color: #08BB0C;
}
.AnyTagClassName
{
color: #08BB0C;
}
</style>
background-color css
<style>
a { background-color: #08BB0C; }
a { background-color: rgb(8,187,12); }
div.DivClassName
{
background-color: #08BB0C;
}
.BgClassName
{
background-color: #08BB0C;
}
</style>
border-color css
<style>
span { border-color: #08BB0C; }
span { border-color: rgb(8,187,12); }
td.TdClassName
{
border-color: #08BB0C;
}
.TagClassName
{
border-color: #08BB0C;
}
</style>