Shades of Islamic Green #05A314
Tints of Islamic Green #05A314
RGB
CMYK
RGB Variations
Color information
#05A314 (or 0x05A314) is known color: Islamic Green. HEX triplet: 05, A3 and 14. RGB value is (5,163,20). Sum of RGB (Red+Green+Blue) = 5+163+20=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 163 (64.06% from 255 or 86.70% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 163 - color contains mainly: green. Hex color #05A314 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A314 is #FA5CEB. Grayscale: #636363. Windows color (decimal): -16407788 or 1352453. OLE color: 1352453.
HSL color Cylindrical-coordinate representation of color #05A314: hue angle of 125.7º 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 #05A314 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 163 | 20 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.36 |
| HSL | 125.7º | 0.94% | 0.33% | - |
| HSV(B) | 125.7º | 0.97% | 0.64% | - |
| XYZ | 13.29 | 26.28 | 5.03 | - |
| YUV | 99.46 | 83.15 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 20 | 0.97 | 0 | 0.88 | 0.36 | 125.7 | 0.94 | 0.33 |
| Hex | 5 | A3 | 14 | 61 | 0 | 58 | 24 | 7E | 5E | 21 |
| Octal | 5 | 243 | 24 | 141 | 0 | 130 | 44 | 176 | 136 | 41 |
| Binary | 101 | 10100011 | 10100 | 1100001 | 0 | 1011000 | 100100 | 1111110 | 1011110 | 100001 |
Color Harmonies of #05A314
Complementary color
Monochromatic Colors of #05A314
Black with #05A314
Text Example
Text Example
White with #05A314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A314; }
p { color: rgb(5,163,20); }
H1.HeaderClassName
{
color: #05A314;
}
.AnyTagClassName
{
color: #05A314;
}
</style>
background-color css
<style>
a { background-color: #05A314; }
a { background-color: rgb(5,163,20); }
div.DivClassName
{
background-color: #05A314;
}
.BgClassName
{
background-color: #05A314;
}
</style>
border-color css
<style>
span { border-color: #05A314; }
span { border-color: rgb(5,163,20); }
td.TdClassName
{
border-color: #05A314;
}
.TagClassName
{
border-color: #05A314;
}
</style>