Shades of Jade #04A965
Tints of Jade #04A965
RGB
CMYK
RGB Variations
Color information
#04A965 (or 0x04A965) is known color: Jade. HEX triplet: 04, A9 and 65. RGB value is (4,169,101). Sum of RGB (Red+Green+Blue) = 4+169+101=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 169 (66.41% from 255 or 61.68% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 169 - color contains mainly: green. Hex color #04A965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A965 is #FB569A. Grayscale: #707070. Windows color (decimal): -16471707 or 6662404. OLE color: 6662404.
HSL color Cylindrical-coordinate representation of color #04A965: hue angle of 155.27º 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 #04A965 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 169 | 101 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.34 |
| HSL | 155.27º | 0.95% | 0.34% | - |
| HSV(B) | 155.27º | 0.98% | 0.66% | - |
| XYZ | 16.59 | 29.34 | 17.1 | - |
| YUV | 111.91 | 121.84 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 169 | 101 | 0.98 | 0 | 0.40 | 0.34 | 155.27 | 0.95 | 0.34 |
| Hex | 4 | A9 | 65 | 62 | 0 | 28 | 22 | 9B | 5F | 22 |
| Octal | 4 | 251 | 145 | 142 | 0 | 50 | 42 | 233 | 137 | 42 |
| Binary | 100 | 10101001 | 1100101 | 1100010 | 0 | 101000 | 100010 | 10011011 | 1011111 | 100010 |
Color Harmonies of #04A965
Complementary color
Monochromatic Colors of #04A965
Black with #04A965
Text Example
Text Example
White with #04A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A965; }
p { color: rgb(4,169,101); }
H1.HeaderClassName
{
color: #04A965;
}
.AnyTagClassName
{
color: #04A965;
}
</style>
background-color css
<style>
a { background-color: #04A965; }
a { background-color: rgb(4,169,101); }
div.DivClassName
{
background-color: #04A965;
}
.BgClassName
{
background-color: #04A965;
}
</style>
border-color css
<style>
span { border-color: #04A965; }
span { border-color: rgb(4,169,101); }
td.TdClassName
{
border-color: #04A965;
}
.TagClassName
{
border-color: #04A965;
}
</style>