Shades of Islamic Green #08BA13
Tints of Islamic Green #08BA13
RGB
CMYK
RGB Variations
Color information
#08BA13 (or 0x08BA13) is known color: Islamic Green. HEX triplet: 08, BA and 13. RGB value is (8,186,19). Sum of RGB (Red+Green+Blue) = 8+186+19=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 186 (73.05% from 255 or 87.32% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BA13 is #F745EC. Grayscale: #727272. Windows color (decimal): -16205293 or 1292808. OLE color: 1292808.
HSL color Cylindrical-coordinate representation of color #08BA13: hue angle of 123.71º 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 #08BA13 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 19 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.27 |
| HSL | 123.71º | 0.92% | 0.38% | - |
| HSV(B) | 123.71º | 0.96% | 0.73% | - |
| XYZ | 17.78 | 35.22 | 6.48 | - |
| YUV | 113.74 | 74.53 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 19 | 0.96 | 0 | 0.90 | 0.27 | 123.71 | 0.92 | 0.38 |
| Hex | 8 | BA | 13 | 60 | 0 | 5A | 1B | 7C | 5C | 26 |
| Octal | 10 | 272 | 23 | 140 | 0 | 132 | 33 | 174 | 134 | 46 |
| Binary | 1000 | 10111010 | 10011 | 1100000 | 0 | 1011010 | 11011 | 1111100 | 1011100 | 100110 |
Color Harmonies of #08BA13
Complementary color
Monochromatic Colors of #08BA13
Black with #08BA13
Text Example
Text Example
White with #08BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA13; }
p { color: rgb(8,186,19); }
H1.HeaderClassName
{
color: #08BA13;
}
.AnyTagClassName
{
color: #08BA13;
}
</style>
background-color css
<style>
a { background-color: #08BA13; }
a { background-color: rgb(8,186,19); }
div.DivClassName
{
background-color: #08BA13;
}
.BgClassName
{
background-color: #08BA13;
}
</style>
border-color css
<style>
span { border-color: #08BA13; }
span { border-color: rgb(8,186,19); }
td.TdClassName
{
border-color: #08BA13;
}
.TagClassName
{
border-color: #08BA13;
}
</style>