Shades of Islamic Green #05A10D
Tints of Islamic Green #05A10D
RGB
CMYK
RGB Variations
Color information
#05A10D (or 0x05A10D) is known color: Islamic Green. HEX triplet: 05, A1 and 0D. RGB value is (5,161,13). Sum of RGB (Red+Green+Blue) = 5+161+13=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 161 (63.28% from 255 or 89.94% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 161 - color contains mainly: green. Hex color #05A10D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A10D is #FA5EF2. Grayscale: #616161. Windows color (decimal): -16408307 or 893189. OLE color: 893189.
HSL color Cylindrical-coordinate representation of color #05A10D: hue angle of 123.08º 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 #05A10D is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 161 | 13 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.37 |
| HSL | 123.08º | 0.94% | 0.33% | - |
| HSV(B) | 123.08º | 0.97% | 0.63% | - |
| XYZ | 12.88 | 25.55 | 4.63 | - |
| YUV | 97.48 | 80.32 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 13 | 0.97 | 0 | 0.92 | 0.37 | 123.08 | 0.94 | 0.33 |
| Hex | 5 | A1 | D | 61 | 0 | 5C | 25 | 7B | 5E | 21 |
| Octal | 5 | 241 | 15 | 141 | 0 | 134 | 45 | 173 | 136 | 41 |
| Binary | 101 | 10100001 | 1101 | 1100001 | 0 | 1011100 | 100101 | 1111011 | 1011110 | 100001 |
Color Harmonies of #05A10D
Complementary color
Monochromatic Colors of #05A10D
Black with #05A10D
Text Example
Text Example
White with #05A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A10D; }
p { color: rgb(5,161,13); }
H1.HeaderClassName
{
color: #05A10D;
}
.AnyTagClassName
{
color: #05A10D;
}
</style>
background-color css
<style>
a { background-color: #05A10D; }
a { background-color: rgb(5,161,13); }
div.DivClassName
{
background-color: #05A10D;
}
.BgClassName
{
background-color: #05A10D;
}
</style>
border-color css
<style>
span { border-color: #05A10D; }
span { border-color: rgb(5,161,13); }
td.TdClassName
{
border-color: #05A10D;
}
.TagClassName
{
border-color: #05A10D;
}
</style>