Shades of Islamic Green #08A313
Tints of Islamic Green #08A313
RGB
CMYK
RGB Variations
Color information
#08A313 (or 0x08A313) is known color: Islamic Green. HEX triplet: 08, A3 and 13. RGB value is (8,163,19). Sum of RGB (Red+Green+Blue) = 8+163+19=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 163 (64.06% from 255 or 85.79% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 163 - color contains mainly: green. Hex color #08A313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A313 is #F75CEC. Grayscale: #646464. Windows color (decimal): -16211181 or 1286920. OLE color: 1286920.
HSL color Cylindrical-coordinate representation of color #08A313: hue angle of 124.26º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A313 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 163 | 19 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.36 |
| HSL | 124.26º | 0.91% | 0.34% | - |
| HSV(B) | 124.26º | 0.95% | 0.64% | - |
| XYZ | 13.31 | 26.29 | 4.99 | - |
| YUV | 100.24 | 82.15 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 163 | 19 | 0.95 | 0 | 0.88 | 0.36 | 124.26 | 0.91 | 0.34 |
| Hex | 8 | A3 | 13 | 5F | 0 | 58 | 24 | 7C | 5B | 22 |
| Octal | 10 | 243 | 23 | 137 | 0 | 130 | 44 | 174 | 133 | 42 |
| Binary | 1000 | 10100011 | 10011 | 1011111 | 0 | 1011000 | 100100 | 1111100 | 1011011 | 100010 |
Color Harmonies of #08A313
Complementary color
Monochromatic Colors of #08A313
Black with #08A313
Text Example
Text Example
White with #08A313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A313; }
p { color: rgb(8,163,19); }
H1.HeaderClassName
{
color: #08A313;
}
.AnyTagClassName
{
color: #08A313;
}
</style>
background-color css
<style>
a { background-color: #08A313; }
a { background-color: rgb(8,163,19); }
div.DivClassName
{
background-color: #08A313;
}
.BgClassName
{
background-color: #08A313;
}
</style>
border-color css
<style>
span { border-color: #08A313; }
span { border-color: rgb(8,163,19); }
td.TdClassName
{
border-color: #08A313;
}
.TagClassName
{
border-color: #08A313;
}
</style>