Shades of Islamic Green #05AA05
Tints of Islamic Green #05AA05
RGB
CMYK
RGB Variations
Color information
#05AA05 (or 0x05AA05) is known color: Islamic Green. HEX triplet: 05, AA and 05. RGB value is (5,170,5). Sum of RGB (Red+Green+Blue) = 5+170+5=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 170 (66.80% from 255 or 94.44% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AA05 is #FA55FA. Grayscale: #666666. Windows color (decimal): -16406011 or 371205. OLE color: 371205.
HSL color Cylindrical-coordinate representation of color #05AA05: hue angle of 120º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA05 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 170 | 5 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.33 |
| HSL | 120º | 0.94% | 0.34% | - |
| HSV(B) | 120º | 0.97% | 0.67% | - |
| XYZ | 14.46 | 28.79 | 4.94 | - |
| YUV | 101.86 | 73.34 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 5 | 0.97 | 0 | 0.97 | 0.33 | 120 | 0.94 | 0.34 |
| Hex | 5 | AA | 5 | 61 | 0 | 61 | 21 | 78 | 5E | 22 |
| Octal | 5 | 252 | 5 | 141 | 0 | 141 | 41 | 170 | 136 | 42 |
| Binary | 101 | 10101010 | 101 | 1100001 | 0 | 1100001 | 100001 | 1111000 | 1011110 | 100010 |
Color Harmonies of #05AA05
Complementary color
Monochromatic Colors of #05AA05
Black with #05AA05
Text Example
Text Example
White with #05AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AA05; }
p { color: rgb(5,170,5); }
H1.HeaderClassName
{
color: #05AA05;
}
.AnyTagClassName
{
color: #05AA05;
}
</style>
background-color css
<style>
a { background-color: #05AA05; }
a { background-color: rgb(5,170,5); }
div.DivClassName
{
background-color: #05AA05;
}
.BgClassName
{
background-color: #05AA05;
}
</style>
border-color css
<style>
span { border-color: #05AA05; }
span { border-color: rgb(5,170,5); }
td.TdClassName
{
border-color: #05AA05;
}
.TagClassName
{
border-color: #05AA05;
}
</style>