Shades of Islamic Green #05A30A
Tints of Islamic Green #05A30A
RGB
CMYK
RGB Variations
Color information
#05A30A (or 0x05A30A) is known color: Islamic Green. HEX triplet: 05, A3 and 0A. RGB value is (5,163,10). Sum of RGB (Red+Green+Blue) = 5+163+10=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 163 (64.06% from 255 or 91.57% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 163 - color contains mainly: green. Hex color #05A30A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A30A is #FA5CF5. Grayscale: #626262. Windows color (decimal): -16407798 or 697093. OLE color: 697093.
HSL color Cylindrical-coordinate representation of color #05A30A: hue angle of 121.9º 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 #05A30A is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 163 | 10 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.36 |
| HSL | 121.9º | 0.94% | 0.33% | - |
| HSV(B) | 121.9º | 0.97% | 0.64% | - |
| XYZ | 13.21 | 26.25 | 4.66 | - |
| YUV | 98.32 | 78.15 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 10 | 0.97 | 0 | 0.94 | 0.36 | 121.9 | 0.94 | 0.33 |
| Hex | 5 | A3 | A | 61 | 0 | 5E | 24 | 7A | 5E | 21 |
| Octal | 5 | 243 | 12 | 141 | 0 | 136 | 44 | 172 | 136 | 41 |
| Binary | 101 | 10100011 | 1010 | 1100001 | 0 | 1011110 | 100100 | 1111010 | 1011110 | 100001 |
Color Harmonies of #05A30A
Complementary color
Monochromatic Colors of #05A30A
Black with #05A30A
Text Example
Text Example
White with #05A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A30A; }
p { color: rgb(5,163,10); }
H1.HeaderClassName
{
color: #05A30A;
}
.AnyTagClassName
{
color: #05A30A;
}
</style>
background-color css
<style>
a { background-color: #05A30A; }
a { background-color: rgb(5,163,10); }
div.DivClassName
{
background-color: #05A30A;
}
.BgClassName
{
background-color: #05A30A;
}
</style>
border-color css
<style>
span { border-color: #05A30A; }
span { border-color: rgb(5,163,10); }
td.TdClassName
{
border-color: #05A30A;
}
.TagClassName
{
border-color: #05A30A;
}
</style>