Shades of Jade #04A962
Tints of Jade #04A962
RGB
CMYK
RGB Variations
Color information
#04A962 (or 0x04A962) is known color: Jade. HEX triplet: 04, A9 and 62. RGB value is (4,169,98). Sum of RGB (Red+Green+Blue) = 4+169+98=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 169 (66.41% from 255 or 62.36% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 169 - color contains mainly: green. Hex color #04A962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A962 is #FB569D. Grayscale: #6F6F6F. Windows color (decimal): -16471710 or 6465796. OLE color: 6465796.
HSL color Cylindrical-coordinate representation of color #04A962: hue angle of 154.18º 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 #04A962 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 169 | 98 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.34 |
| HSL | 154.18º | 0.95% | 0.34% | - |
| HSV(B) | 154.18º | 0.98% | 0.66% | - |
| XYZ | 16.44 | 29.28 | 16.34 | - |
| YUV | 111.57 | 120.34 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 169 | 98 | 0.98 | 0 | 0.42 | 0.34 | 154.18 | 0.95 | 0.34 |
| Hex | 4 | A9 | 62 | 62 | 0 | 2A | 22 | 9A | 5F | 22 |
| Octal | 4 | 251 | 142 | 142 | 0 | 52 | 42 | 232 | 137 | 42 |
| Binary | 100 | 10101001 | 1100010 | 1100010 | 0 | 101010 | 100010 | 10011010 | 1011111 | 100010 |
Color Harmonies of #04A962
Complementary color
Monochromatic Colors of #04A962
Black with #04A962
Text Example
Text Example
White with #04A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A962; }
p { color: rgb(4,169,98); }
H1.HeaderClassName
{
color: #04A962;
}
.AnyTagClassName
{
color: #04A962;
}
</style>
background-color css
<style>
a { background-color: #04A962; }
a { background-color: rgb(4,169,98); }
div.DivClassName
{
background-color: #04A962;
}
.BgClassName
{
background-color: #04A962;
}
</style>
border-color css
<style>
span { border-color: #04A962; }
span { border-color: rgb(4,169,98); }
td.TdClassName
{
border-color: #04A962;
}
.TagClassName
{
border-color: #04A962;
}
</style>