Shades of Islamic Green #05A111
Tints of Islamic Green #05A111
RGB
CMYK
RGB Variations
Color information
#05A111 (or 0x05A111) is known color: Islamic Green. HEX triplet: 05, A1 and 11. RGB value is (5,161,17). Sum of RGB (Red+Green+Blue) = 5+161+17=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 161 (63.28% from 255 or 87.98% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 161 - color contains mainly: green. Hex color #05A111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A111 is #FA5EEE. Grayscale: #626262. Windows color (decimal): -16408303 or 1155333. OLE color: 1155333.
HSL color Cylindrical-coordinate representation of color #05A111: hue angle of 124.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A111 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 161 | 17 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.37 |
| HSL | 124.62º | 0.94% | 0.33% | - |
| HSV(B) | 124.62º | 0.97% | 0.63% | - |
| XYZ | 12.91 | 25.56 | 4.78 | - |
| YUV | 97.94 | 82.32 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 17 | 0.97 | 0 | 0.89 | 0.37 | 124.62 | 0.94 | 0.33 |
| Hex | 5 | A1 | 11 | 61 | 0 | 59 | 25 | 7D | 5E | 21 |
| Octal | 5 | 241 | 21 | 141 | 0 | 131 | 45 | 175 | 136 | 41 |
| Binary | 101 | 10100001 | 10001 | 1100001 | 0 | 1011001 | 100101 | 1111101 | 1011110 | 100001 |
Color Harmonies of #05A111
Complementary color
Monochromatic Colors of #05A111
Black with #05A111
Text Example
Text Example
White with #05A111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A111; }
p { color: rgb(5,161,17); }
H1.HeaderClassName
{
color: #05A111;
}
.AnyTagClassName
{
color: #05A111;
}
</style>
background-color css
<style>
a { background-color: #05A111; }
a { background-color: rgb(5,161,17); }
div.DivClassName
{
background-color: #05A111;
}
.BgClassName
{
background-color: #05A111;
}
</style>
border-color css
<style>
span { border-color: #05A111; }
span { border-color: rgb(5,161,17); }
td.TdClassName
{
border-color: #05A111;
}
.TagClassName
{
border-color: #05A111;
}
</style>