Shades of Islamic Green #04AA10
Tints of Islamic Green #04AA10
RGB
CMYK
RGB Variations
Color information
#04AA10 (or 0x04AA10) is known color: Islamic Green. HEX triplet: 04, AA and 10. RGB value is (4,170,16). Sum of RGB (Red+Green+Blue) = 4+170+16=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 170 (66.80% from 255 or 89.47% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04AA10 is #FB55EF. Grayscale: #676767. Windows color (decimal): -16471536 or 1092100. OLE color: 1092100.
HSL color Cylindrical-coordinate representation of color #04AA10: hue angle of 124.34º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AA10 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 16 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.33 |
| HSL | 124.34º | 0.95% | 0.34% | - |
| HSV(B) | 124.34º | 0.98% | 0.67% | - |
| XYZ | 14.52 | 28.81 | 5.29 | - |
| YUV | 102.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 16 | 0.98 | 0 | 0.91 | 0.33 | 124.34 | 0.95 | 0.34 |
| Hex | 4 | AA | 10 | 62 | 0 | 5B | 21 | 7C | 5F | 22 |
| Octal | 4 | 252 | 20 | 142 | 0 | 133 | 41 | 174 | 137 | 42 |
| Binary | 100 | 10101010 | 10000 | 1100010 | 0 | 1011011 | 100001 | 1111100 | 1011111 | 100010 |
Color Harmonies of #04AA10
Complementary color
Monochromatic Colors of #04AA10
Black with #04AA10
Text Example
Text Example
White with #04AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA10; }
p { color: rgb(4,170,16); }
H1.HeaderClassName
{
color: #04AA10;
}
.AnyTagClassName
{
color: #04AA10;
}
</style>
background-color css
<style>
a { background-color: #04AA10; }
a { background-color: rgb(4,170,16); }
div.DivClassName
{
background-color: #04AA10;
}
.BgClassName
{
background-color: #04AA10;
}
</style>
border-color css
<style>
span { border-color: #04AA10; }
span { border-color: rgb(4,170,16); }
td.TdClassName
{
border-color: #04AA10;
}
.TagClassName
{
border-color: #04AA10;
}
</style>