Shades of Islamic Green #04AA1B
Tints of Islamic Green #04AA1B
RGB
CMYK
RGB Variations
Color information
#04AA1B (or 0x04AA1B) is known color: Islamic Green. HEX triplet: 04, AA and 1B. RGB value is (4,170,27). Sum of RGB (Red+Green+Blue) = 4+170+27=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 170 (66.80% from 255 or 84.58% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AA1B is #FB55E4. Grayscale: #686868. Windows color (decimal): -16471525 or 1812996. OLE color: 1812996.
HSL color Cylindrical-coordinate representation of color #04AA1B: hue angle of 128.31º 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 #04AA1B is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 27 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.33 |
| HSL | 128.31º | 0.95% | 0.34% | - |
| HSV(B) | 128.31º | 0.98% | 0.67% | - |
| XYZ | 14.62 | 28.85 | 5.84 | - |
| YUV | 104.06 | 84.5 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 27 | 0.98 | 0 | 0.84 | 0.33 | 128.31 | 0.95 | 0.34 |
| Hex | 4 | AA | 1B | 62 | 0 | 54 | 21 | 80 | 5F | 22 |
| Octal | 4 | 252 | 33 | 142 | 0 | 124 | 41 | 200 | 137 | 42 |
| Binary | 100 | 10101010 | 11011 | 1100010 | 0 | 1010100 | 100001 | 10000000 | 1011111 | 100010 |
Color Harmonies of #04AA1B
Complementary color
Monochromatic Colors of #04AA1B
Black with #04AA1B
Text Example
Text Example
White with #04AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA1B; }
p { color: rgb(4,170,27); }
H1.HeaderClassName
{
color: #04AA1B;
}
.AnyTagClassName
{
color: #04AA1B;
}
</style>
background-color css
<style>
a { background-color: #04AA1B; }
a { background-color: rgb(4,170,27); }
div.DivClassName
{
background-color: #04AA1B;
}
.BgClassName
{
background-color: #04AA1B;
}
</style>
border-color css
<style>
span { border-color: #04AA1B; }
span { border-color: rgb(4,170,27); }
td.TdClassName
{
border-color: #04AA1B;
}
.TagClassName
{
border-color: #04AA1B;
}
</style>