Shades of Islamic Green #08BA10
Tints of Islamic Green #08BA10
RGB
CMYK
RGB Variations
Color information
#08BA10 (or 0x08BA10) is known color: Islamic Green. HEX triplet: 08, BA and 10. RGB value is (8,186,16). Sum of RGB (Red+Green+Blue) = 8+186+16=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 186 (73.05% from 255 or 88.57% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BA10 is #F745EF. Grayscale: #717171. Windows color (decimal): -16205296 or 1096200. OLE color: 1096200.
HSL color Cylindrical-coordinate representation of color #08BA10: hue angle of 122.7º 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 #08BA10 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 16 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.27 |
| HSL | 122.7º | 0.92% | 0.38% | - |
| HSV(B) | 122.7º | 0.96% | 0.73% | - |
| XYZ | 17.75 | 35.21 | 6.35 | - |
| YUV | 113.4 | 73.03 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 16 | 0.96 | 0 | 0.91 | 0.27 | 122.7 | 0.92 | 0.38 |
| Hex | 8 | BA | 10 | 60 | 0 | 5B | 1B | 7B | 5C | 26 |
| Octal | 10 | 272 | 20 | 140 | 0 | 133 | 33 | 173 | 134 | 46 |
| Binary | 1000 | 10111010 | 10000 | 1100000 | 0 | 1011011 | 11011 | 1111011 | 1011100 | 100110 |
Color Harmonies of #08BA10
Complementary color
Monochromatic Colors of #08BA10
Black with #08BA10
Text Example
Text Example
White with #08BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA10; }
p { color: rgb(8,186,16); }
H1.HeaderClassName
{
color: #08BA10;
}
.AnyTagClassName
{
color: #08BA10;
}
</style>
background-color css
<style>
a { background-color: #08BA10; }
a { background-color: rgb(8,186,16); }
div.DivClassName
{
background-color: #08BA10;
}
.BgClassName
{
background-color: #08BA10;
}
</style>
border-color css
<style>
span { border-color: #08BA10; }
span { border-color: rgb(8,186,16); }
td.TdClassName
{
border-color: #08BA10;
}
.TagClassName
{
border-color: #08BA10;
}
</style>