Shades of Jade #04A975
Tints of Jade #04A975
RGB
CMYK
RGB Variations
Color information
#04A975 (or 0x04A975) is known color: Jade. HEX triplet: 04, A9 and 75. RGB value is (4,169,117). Sum of RGB (Red+Green+Blue) = 4+169+117=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 169 (66.41% from 255 or 58.28% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 169 - color contains mainly: green. Hex color #04A975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A975 is #FB568A. Grayscale: #717171. Windows color (decimal): -16471691 or 7710980. OLE color: 7710980.
HSL color Cylindrical-coordinate representation of color #04A975: hue angle of 161.09º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A975 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 169 | 117 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.34 |
| HSL | 161.09º | 0.95% | 0.34% | - |
| HSV(B) | 161.09º | 0.98% | 0.66% | - |
| XYZ | 17.45 | 29.69 | 21.64 | - |
| YUV | 113.74 | 129.84 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 169 | 117 | 0.98 | 0 | 0.31 | 0.34 | 161.09 | 0.95 | 0.34 |
| Hex | 4 | A9 | 75 | 62 | 0 | 1F | 22 | A1 | 5F | 22 |
| Octal | 4 | 251 | 165 | 142 | 0 | 37 | 42 | 241 | 137 | 42 |
| Binary | 100 | 10101001 | 1110101 | 1100010 | 0 | 11111 | 100010 | 10100001 | 1011111 | 100010 |
Color Harmonies of #04A975
Complementary color
Monochromatic Colors of #04A975
Black with #04A975
Text Example
Text Example
White with #04A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A975; }
p { color: rgb(4,169,117); }
H1.HeaderClassName
{
color: #04A975;
}
.AnyTagClassName
{
color: #04A975;
}
</style>
background-color css
<style>
a { background-color: #04A975; }
a { background-color: rgb(4,169,117); }
div.DivClassName
{
background-color: #04A975;
}
.BgClassName
{
background-color: #04A975;
}
</style>
border-color css
<style>
span { border-color: #04A975; }
span { border-color: rgb(4,169,117); }
td.TdClassName
{
border-color: #04A975;
}
.TagClassName
{
border-color: #04A975;
}
</style>