Shades of Islamic Green #04AD10
Tints of Islamic Green #04AD10
RGB
CMYK
RGB Variations
Color information
#04AD10 (or 0x04AD10) is known color: Islamic Green. HEX triplet: 04, AD and 10. RGB value is (4,173,16). Sum of RGB (Red+Green+Blue) = 4+173+16=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 173 (67.97% from 255 or 89.64% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04AD10 is #FB52EF. Grayscale: #696969. Windows color (decimal): -16470768 or 1092868. OLE color: 1092868.
HSL color Cylindrical-coordinate representation of color #04AD10: hue angle of 124.26º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD10 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 16 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.32 |
| HSL | 124.26º | 0.95% | 0.35% | - |
| HSV(B) | 124.26º | 0.98% | 0.68% | - |
| XYZ | 15.09 | 29.95 | 5.48 | - |
| YUV | 104.57 | 78.01 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 16 | 0.98 | 0 | 0.91 | 0.32 | 124.26 | 0.95 | 0.35 |
| Hex | 4 | AD | 10 | 62 | 0 | 5B | 20 | 7C | 5F | 23 |
| Octal | 4 | 255 | 20 | 142 | 0 | 133 | 40 | 174 | 137 | 43 |
| Binary | 100 | 10101101 | 10000 | 1100010 | 0 | 1011011 | 100000 | 1111100 | 1011111 | 100011 |
Color Harmonies of #04AD10
Complementary color
Monochromatic Colors of #04AD10
Black with #04AD10
Text Example
Text Example
White with #04AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD10; }
p { color: rgb(4,173,16); }
H1.HeaderClassName
{
color: #04AD10;
}
.AnyTagClassName
{
color: #04AD10;
}
</style>
background-color css
<style>
a { background-color: #04AD10; }
a { background-color: rgb(4,173,16); }
div.DivClassName
{
background-color: #04AD10;
}
.BgClassName
{
background-color: #04AD10;
}
</style>
border-color css
<style>
span { border-color: #04AD10; }
span { border-color: rgb(4,173,16); }
td.TdClassName
{
border-color: #04AD10;
}
.TagClassName
{
border-color: #04AD10;
}
</style>