Shades of Islamic Green #04AA0D
Tints of Islamic Green #04AA0D
RGB
CMYK
RGB Variations
Color information
#04AA0D (or 0x04AA0D) is known color: Islamic Green. HEX triplet: 04, AA and 0D. RGB value is (4,170,13). Sum of RGB (Red+Green+Blue) = 4+170+13=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 170 (66.80% from 255 or 90.91% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04AA0D is #FB55F2. Grayscale: #666666. Windows color (decimal): -16471539 or 895492. OLE color: 895492.
HSL color Cylindrical-coordinate representation of color #04AA0D: hue angle of 123.25º 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 #04AA0D is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 13 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.33 |
| HSL | 123.25º | 0.95% | 0.34% | - |
| HSV(B) | 123.25º | 0.98% | 0.67% | - |
| XYZ | 14.5 | 28.8 | 5.18 | - |
| YUV | 102.47 | 77.5 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 13 | 0.98 | 0 | 0.92 | 0.33 | 123.25 | 0.95 | 0.34 |
| Hex | 4 | AA | D | 62 | 0 | 5C | 21 | 7B | 5F | 22 |
| Octal | 4 | 252 | 15 | 142 | 0 | 134 | 41 | 173 | 137 | 42 |
| Binary | 100 | 10101010 | 1101 | 1100010 | 0 | 1011100 | 100001 | 1111011 | 1011111 | 100010 |
Color Harmonies of #04AA0D
Complementary color
Monochromatic Colors of #04AA0D
Black with #04AA0D
Text Example
Text Example
White with #04AA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA0D; }
p { color: rgb(4,170,13); }
H1.HeaderClassName
{
color: #04AA0D;
}
.AnyTagClassName
{
color: #04AA0D;
}
</style>
background-color css
<style>
a { background-color: #04AA0D; }
a { background-color: rgb(4,170,13); }
div.DivClassName
{
background-color: #04AA0D;
}
.BgClassName
{
background-color: #04AA0D;
}
</style>
border-color css
<style>
span { border-color: #04AA0D; }
span { border-color: rgb(4,170,13); }
td.TdClassName
{
border-color: #04AA0D;
}
.TagClassName
{
border-color: #04AA0D;
}
</style>