Shades of Islamic Green #08A805
Tints of Islamic Green #08A805
RGB
CMYK
RGB Variations
Color information
#08A805 (or 0x08A805) is known color: Islamic Green. HEX triplet: 08, A8 and 05. RGB value is (8,168,5). Sum of RGB (Red+Green+Blue) = 8+168+5=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 168 (66.02% from 255 or 92.82% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 168 - color contains mainly: green. Hex color #08A805 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A805 is #F757FA. Grayscale: #666666. Windows color (decimal): -16209915 or 370696. OLE color: 370696.
HSL color Cylindrical-coordinate representation of color #08A805: hue angle of 118.9º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08A805 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 8 | 168 | 5 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.34 |
| HSL | 118.9º | 0.94% | 0.34% | - |
| HSV(B) | 118.9º | 0.97% | 0.66% | - |
| XYZ | 14.13 | 28.07 | 4.82 | - |
| YUV | 101.58 | 73.49 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 168 | 5 | 0.95 | 0 | 0.97 | 0.34 | 118.9 | 0.94 | 0.34 |
| Hex | 8 | A8 | 5 | 5F | 0 | 61 | 22 | 77 | 5E | 22 |
| Octal | 10 | 250 | 5 | 137 | 0 | 141 | 42 | 167 | 136 | 42 |
| Binary | 1000 | 10101000 | 101 | 1011111 | 0 | 1100001 | 100010 | 1110111 | 1011110 | 100010 |
Color Harmonies of #08A805
Complementary color
Monochromatic Colors of #08A805
Black with #08A805
Text Example
Text Example
White with #08A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A805; }
p { color: rgb(8,168,5); }
H1.HeaderClassName
{
color: #08A805;
}
.AnyTagClassName
{
color: #08A805;
}
</style>
background-color css
<style>
a { background-color: #08A805; }
a { background-color: rgb(8,168,5); }
div.DivClassName
{
background-color: #08A805;
}
.BgClassName
{
background-color: #08A805;
}
</style>
border-color css
<style>
span { border-color: #08A805; }
span { border-color: rgb(8,168,5); }
td.TdClassName
{
border-color: #08A805;
}
.TagClassName
{
border-color: #08A805;
}
</style>