Shades of Islamic Green #04A212
Tints of Islamic Green #04A212
RGB
CMYK
RGB Variations
Color information
#04A212 (or 0x04A212) is known color: Islamic Green. HEX triplet: 04, A2 and 12. RGB value is (4,162,18). Sum of RGB (Red+Green+Blue) = 4+162+18=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 162 (63.67% from 255 or 88.04% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 162 - color contains mainly: green. Hex color #04A212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A212 is #FB5DED. Grayscale: #626262. Windows color (decimal): -16473582 or 1221124. OLE color: 1221124.
HSL color Cylindrical-coordinate representation of color #04A212: hue angle of 125.32º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A212 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 162 | 18 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.36 |
| HSL | 125.32º | 0.95% | 0.33% | - |
| HSV(B) | 125.32º | 0.98% | 0.64% | - |
| XYZ | 13.08 | 25.91 | 4.88 | - |
| YUV | 98.34 | 82.65 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 18 | 0.98 | 0 | 0.89 | 0.36 | 125.32 | 0.95 | 0.33 |
| Hex | 4 | A2 | 12 | 62 | 0 | 59 | 24 | 7D | 5F | 21 |
| Octal | 4 | 242 | 22 | 142 | 0 | 131 | 44 | 175 | 137 | 41 |
| Binary | 100 | 10100010 | 10010 | 1100010 | 0 | 1011001 | 100100 | 1111101 | 1011111 | 100001 |
Color Harmonies of #04A212
Complementary color
Monochromatic Colors of #04A212
Black with #04A212
Text Example
Text Example
White with #04A212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A212; }
p { color: rgb(4,162,18); }
H1.HeaderClassName
{
color: #04A212;
}
.AnyTagClassName
{
color: #04A212;
}
</style>
background-color css
<style>
a { background-color: #04A212; }
a { background-color: rgb(4,162,18); }
div.DivClassName
{
background-color: #04A212;
}
.BgClassName
{
background-color: #04A212;
}
</style>
border-color css
<style>
span { border-color: #04A212; }
span { border-color: rgb(4,162,18); }
td.TdClassName
{
border-color: #04A212;
}
.TagClassName
{
border-color: #04A212;
}
</style>