Shades of Jade #04A571
Tints of Jade #04A571
RGB
CMYK
RGB Variations
Color information
#04A571 (or 0x04A571) is known color: Jade. HEX triplet: 04, A5 and 71. RGB value is (4,165,113). Sum of RGB (Red+Green+Blue) = 4+165+113=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #04A571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A571 is #FB5A8E. Grayscale: #6E6E6E. Windows color (decimal): -16472719 or 7447812. OLE color: 7447812.
HSL color Cylindrical-coordinate representation of color #04A571: hue angle of 160.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A571 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 165 | 113 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.35 |
| HSL | 160.62º | 0.95% | 0.33% | - |
| HSV(B) | 160.62º | 0.98% | 0.65% | - |
| XYZ | 16.49 | 28.13 | 20.18 | - |
| YUV | 110.93 | 129.16 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 165 | 113 | 0.98 | 0 | 0.32 | 0.35 | 160.62 | 0.95 | 0.33 |
| Hex | 4 | A5 | 71 | 62 | 0 | 20 | 23 | A1 | 5F | 21 |
| Octal | 4 | 245 | 161 | 142 | 0 | 40 | 43 | 241 | 137 | 41 |
| Binary | 100 | 10100101 | 1110001 | 1100010 | 0 | 100000 | 100011 | 10100001 | 1011111 | 100001 |
Color Harmonies of #04A571
Complementary color
Monochromatic Colors of #04A571
Black with #04A571
Text Example
Text Example
White with #04A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A571; }
p { color: rgb(4,165,113); }
H1.HeaderClassName
{
color: #04A571;
}
.AnyTagClassName
{
color: #04A571;
}
</style>
background-color css
<style>
a { background-color: #04A571; }
a { background-color: rgb(4,165,113); }
div.DivClassName
{
background-color: #04A571;
}
.BgClassName
{
background-color: #04A571;
}
</style>
border-color css
<style>
span { border-color: #04A571; }
span { border-color: rgb(4,165,113); }
td.TdClassName
{
border-color: #04A571;
}
.TagClassName
{
border-color: #04A571;
}
</style>