Shades of Islamic Green #05A205
Tints of Islamic Green #05A205
RGB
CMYK
RGB Variations
Color information
#05A205 (or 0x05A205) is known color: Islamic Green. HEX triplet: 05, A2 and 05. RGB value is (5,162,5). Sum of RGB (Red+Green+Blue) = 5+162+5=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 162 (63.67% from 255 or 94.19% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 162 - color contains mainly: green. Hex color #05A205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A205 is #FA5DFA. Grayscale: #616161. Windows color (decimal): -16408059 or 369157. OLE color: 369157.
HSL color Cylindrical-coordinate representation of color #05A205: hue angle of 120º 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 #05A205 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 5 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.36 |
| HSL | 120º | 0.94% | 0.33% | - |
| HSV(B) | 120º | 0.97% | 0.64% | - |
| XYZ | 13.01 | 25.88 | 4.45 | - |
| YUV | 97.16 | 75.99 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 5 | 0.97 | 0 | 0.97 | 0.36 | 120 | 0.94 | 0.33 |
| Hex | 5 | A2 | 5 | 61 | 0 | 61 | 24 | 78 | 5E | 21 |
| Octal | 5 | 242 | 5 | 141 | 0 | 141 | 44 | 170 | 136 | 41 |
| Binary | 101 | 10100010 | 101 | 1100001 | 0 | 1100001 | 100100 | 1111000 | 1011110 | 100001 |
Color Harmonies of #05A205
Complementary color
Monochromatic Colors of #05A205
Black with #05A205
Text Example
Text Example
White with #05A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A205; }
p { color: rgb(5,162,5); }
H1.HeaderClassName
{
color: #05A205;
}
.AnyTagClassName
{
color: #05A205;
}
</style>
background-color css
<style>
a { background-color: #05A205; }
a { background-color: rgb(5,162,5); }
div.DivClassName
{
background-color: #05A205;
}
.BgClassName
{
background-color: #05A205;
}
</style>
border-color css
<style>
span { border-color: #05A205; }
span { border-color: rgb(5,162,5); }
td.TdClassName
{
border-color: #05A205;
}
.TagClassName
{
border-color: #05A205;
}
</style>