Shades of Islamic Green #05AD16
Tints of Islamic Green #05AD16
RGB
CMYK
RGB Variations
Color information
#05AD16 (or 0x05AD16) is known color: Islamic Green. HEX triplet: 05, AD and 16. RGB value is (5,173,22). Sum of RGB (Red+Green+Blue) = 5+173+22=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 173 (67.97% from 255 or 86.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AD16 is #FA52E9. Grayscale: #696969. Windows color (decimal): -16405226 or 1486085. OLE color: 1486085.
HSL color Cylindrical-coordinate representation of color #05AD16: hue angle of 126.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AD16 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 22 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.32 |
| HSL | 126.07º | 0.94% | 0.35% | - |
| HSV(B) | 126.07º | 0.97% | 0.68% | - |
| XYZ | 15.15 | 29.98 | 5.75 | - |
| YUV | 105.55 | 80.84 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 22 | 0.97 | 0 | 0.87 | 0.32 | 126.07 | 0.94 | 0.35 |
| Hex | 5 | AD | 16 | 61 | 0 | 57 | 20 | 7E | 5E | 23 |
| Octal | 5 | 255 | 26 | 141 | 0 | 127 | 40 | 176 | 136 | 43 |
| Binary | 101 | 10101101 | 10110 | 1100001 | 0 | 1010111 | 100000 | 1111110 | 1011110 | 100011 |
Color Harmonies of #05AD16
Complementary color
Monochromatic Colors of #05AD16
Black with #05AD16
Text Example
Text Example
White with #05AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD16; }
p { color: rgb(5,173,22); }
H1.HeaderClassName
{
color: #05AD16;
}
.AnyTagClassName
{
color: #05AD16;
}
</style>
background-color css
<style>
a { background-color: #05AD16; }
a { background-color: rgb(5,173,22); }
div.DivClassName
{
background-color: #05AD16;
}
.BgClassName
{
background-color: #05AD16;
}
</style>
border-color css
<style>
span { border-color: #05AD16; }
span { border-color: rgb(5,173,22); }
td.TdClassName
{
border-color: #05AD16;
}
.TagClassName
{
border-color: #05AD16;
}
</style>