Shades of Islamic Green #08BA12
Tints of Islamic Green #08BA12
RGB
CMYK
RGB Variations
Color information
#08BA12 (or 0x08BA12) is known color: Islamic Green. HEX triplet: 08, BA and 12. RGB value is (8,186,18). Sum of RGB (Red+Green+Blue) = 8+186+18=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 186 (73.05% from 255 or 87.74% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BA12 is #F745ED. Grayscale: #727272. Windows color (decimal): -16205294 or 1227272. OLE color: 1227272.
HSL color Cylindrical-coordinate representation of color #08BA12: hue angle of 123.37º 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 #08BA12 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 18 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.27 |
| HSL | 123.37º | 0.92% | 0.38% | - |
| HSV(B) | 123.37º | 0.96% | 0.73% | - |
| XYZ | 17.77 | 35.21 | 6.43 | - |
| YUV | 113.63 | 74.03 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 18 | 0.96 | 0 | 0.90 | 0.27 | 123.37 | 0.92 | 0.38 |
| Hex | 8 | BA | 12 | 60 | 0 | 5A | 1B | 7B | 5C | 26 |
| Octal | 10 | 272 | 22 | 140 | 0 | 132 | 33 | 173 | 134 | 46 |
| Binary | 1000 | 10111010 | 10010 | 1100000 | 0 | 1011010 | 11011 | 1111011 | 1011100 | 100110 |
Color Harmonies of #08BA12
Complementary color
Monochromatic Colors of #08BA12
Black with #08BA12
Text Example
Text Example
White with #08BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA12; }
p { color: rgb(8,186,18); }
H1.HeaderClassName
{
color: #08BA12;
}
.AnyTagClassName
{
color: #08BA12;
}
</style>
background-color css
<style>
a { background-color: #08BA12; }
a { background-color: rgb(8,186,18); }
div.DivClassName
{
background-color: #08BA12;
}
.BgClassName
{
background-color: #08BA12;
}
</style>
border-color css
<style>
span { border-color: #08BA12; }
span { border-color: rgb(8,186,18); }
td.TdClassName
{
border-color: #08BA12;
}
.TagClassName
{
border-color: #08BA12;
}
</style>