Shades of Islamic Green #05A511
Tints of Islamic Green #05A511
RGB
CMYK
RGB Variations
Color information
#05A511 (or 0x05A511) is known color: Islamic Green. HEX triplet: 05, A5 and 11. RGB value is (5,165,17). Sum of RGB (Red+Green+Blue) = 5+165+17=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 165 (64.84% from 255 or 88.24% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 165 - color contains mainly: green. Hex color #05A511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A511 is #FA5AEE. Grayscale: #646464. Windows color (decimal): -16407279 or 1156357. OLE color: 1156357.
HSL color Cylindrical-coordinate representation of color #05A511: hue angle of 124.5º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A511 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 165 | 17 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.35 |
| HSL | 124.5º | 0.94% | 0.33% | - |
| HSV(B) | 124.5º | 0.97% | 0.65% | - |
| XYZ | 13.62 | 26.98 | 5.02 | - |
| YUV | 100.29 | 80.99 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 165 | 17 | 0.97 | 0 | 0.90 | 0.35 | 124.5 | 0.94 | 0.33 |
| Hex | 5 | A5 | 11 | 61 | 0 | 5A | 23 | 7C | 5E | 21 |
| Octal | 5 | 245 | 21 | 141 | 0 | 132 | 43 | 174 | 136 | 41 |
| Binary | 101 | 10100101 | 10001 | 1100001 | 0 | 1011010 | 100011 | 1111100 | 1011110 | 100001 |
Color Harmonies of #05A511
Complementary color
Monochromatic Colors of #05A511
Black with #05A511
Text Example
Text Example
White with #05A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A511; }
p { color: rgb(5,165,17); }
H1.HeaderClassName
{
color: #05A511;
}
.AnyTagClassName
{
color: #05A511;
}
</style>
background-color css
<style>
a { background-color: #05A511; }
a { background-color: rgb(5,165,17); }
div.DivClassName
{
background-color: #05A511;
}
.BgClassName
{
background-color: #05A511;
}
</style>
border-color css
<style>
span { border-color: #05A511; }
span { border-color: rgb(5,165,17); }
td.TdClassName
{
border-color: #05A511;
}
.TagClassName
{
border-color: #05A511;
}
</style>