Shades of Islamic Green #08A305
Tints of Islamic Green #08A305
RGB
CMYK
RGB Variations
Color information
#08A305 (or 0x08A305) is known color: Islamic Green. HEX triplet: 08, A3 and 05. RGB value is (8,163,5). Sum of RGB (Red+Green+Blue) = 8+163+5=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 163 (64.06% from 255 or 92.61% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 163 - color contains mainly: green. Hex color #08A305 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A305 is #F75CFA. Grayscale: #636363. Windows color (decimal): -16211195 or 369416. OLE color: 369416.
HSL color Cylindrical-coordinate representation of color #08A305: hue angle of 118.86º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08A305 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 163 | 5 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.36 |
| HSL | 118.86º | 0.94% | 0.33% | - |
| HSV(B) | 118.86º | 0.97% | 0.64% | - |
| XYZ | 13.22 | 26.26 | 4.51 | - |
| YUV | 98.64 | 75.15 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 163 | 5 | 0.95 | 0 | 0.97 | 0.36 | 118.86 | 0.94 | 0.33 |
| Hex | 8 | A3 | 5 | 5F | 0 | 61 | 24 | 77 | 5E | 21 |
| Octal | 10 | 243 | 5 | 137 | 0 | 141 | 44 | 167 | 136 | 41 |
| Binary | 1000 | 10100011 | 101 | 1011111 | 0 | 1100001 | 100100 | 1110111 | 1011110 | 100001 |
Color Harmonies of #08A305
Complementary color
Monochromatic Colors of #08A305
Black with #08A305
Text Example
Text Example
White with #08A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A305; }
p { color: rgb(8,163,5); }
H1.HeaderClassName
{
color: #08A305;
}
.AnyTagClassName
{
color: #08A305;
}
</style>
background-color css
<style>
a { background-color: #08A305; }
a { background-color: rgb(8,163,5); }
div.DivClassName
{
background-color: #08A305;
}
.BgClassName
{
background-color: #08A305;
}
</style>
border-color css
<style>
span { border-color: #08A305; }
span { border-color: rgb(8,163,5); }
td.TdClassName
{
border-color: #08A305;
}
.TagClassName
{
border-color: #08A305;
}
</style>