Shades of Islamic Green #08BB12
Tints of Islamic Green #08BB12
RGB
CMYK
RGB Variations
Color information
#08BB12 (or 0x08BB12) is known color: Islamic Green. HEX triplet: 08, BB and 12. RGB value is (8,187,18). Sum of RGB (Red+Green+Blue) = 8+187+18=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 187 (73.44% from 255 or 87.79% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BB12 is #F744ED. Grayscale: #727272. Windows color (decimal): -16205038 or 1227528. OLE color: 1227528.
HSL color Cylindrical-coordinate representation of color #08BB12: hue angle of 123.35º 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 #08BB12 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 187 | 18 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.27 |
| HSL | 123.35º | 0.92% | 0.38% | - |
| HSV(B) | 123.35º | 0.96% | 0.73% | - |
| XYZ | 17.98 | 35.64 | 6.5 | - |
| YUV | 114.21 | 73.7 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 18 | 0.96 | 0 | 0.90 | 0.27 | 123.35 | 0.92 | 0.38 |
| Hex | 8 | BB | 12 | 60 | 0 | 5A | 1B | 7B | 5C | 26 |
| Octal | 10 | 273 | 22 | 140 | 0 | 132 | 33 | 173 | 134 | 46 |
| Binary | 1000 | 10111011 | 10010 | 1100000 | 0 | 1011010 | 11011 | 1111011 | 1011100 | 100110 |
Color Harmonies of #08BB12
Complementary color
Monochromatic Colors of #08BB12
Black with #08BB12
Text Example
Text Example
White with #08BB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BB12; }
p { color: rgb(8,187,18); }
H1.HeaderClassName
{
color: #08BB12;
}
.AnyTagClassName
{
color: #08BB12;
}
</style>
background-color css
<style>
a { background-color: #08BB12; }
a { background-color: rgb(8,187,18); }
div.DivClassName
{
background-color: #08BB12;
}
.BgClassName
{
background-color: #08BB12;
}
</style>
border-color css
<style>
span { border-color: #08BB12; }
span { border-color: rgb(8,187,18); }
td.TdClassName
{
border-color: #08BB12;
}
.TagClassName
{
border-color: #08BB12;
}
</style>