Shades of Jade #04A863
Tints of Jade #04A863
RGB
CMYK
RGB Variations
Color information
#04A863 (or 0x04A863) is known color: Jade. HEX triplet: 04, A8 and 63. RGB value is (4,168,99). Sum of RGB (Red+Green+Blue) = 4+168+99=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #04A863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A863 is #FB579C. Grayscale: #6F6F6F. Windows color (decimal): -16471965 or 6531076. OLE color: 6531076.
HSL color Cylindrical-coordinate representation of color #04A863: hue angle of 154.76º 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 #04A863 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 168 | 99 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.34 |
| HSL | 154.76º | 0.95% | 0.34% | - |
| HSV(B) | 154.76º | 0.98% | 0.66% | - |
| XYZ | 16.3 | 28.93 | 16.53 | - |
| YUV | 111.1 | 121.17 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 99 | 0.98 | 0 | 0.41 | 0.34 | 154.76 | 0.95 | 0.34 |
| Hex | 4 | A8 | 63 | 62 | 0 | 29 | 22 | 9B | 5F | 22 |
| Octal | 4 | 250 | 143 | 142 | 0 | 51 | 42 | 233 | 137 | 42 |
| Binary | 100 | 10101000 | 1100011 | 1100010 | 0 | 101001 | 100010 | 10011011 | 1011111 | 100010 |
Color Harmonies of #04A863
Complementary color
Monochromatic Colors of #04A863
Black with #04A863
Text Example
Text Example
White with #04A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A863; }
p { color: rgb(4,168,99); }
H1.HeaderClassName
{
color: #04A863;
}
.AnyTagClassName
{
color: #04A863;
}
</style>
background-color css
<style>
a { background-color: #04A863; }
a { background-color: rgb(4,168,99); }
div.DivClassName
{
background-color: #04A863;
}
.BgClassName
{
background-color: #04A863;
}
</style>
border-color css
<style>
span { border-color: #04A863; }
span { border-color: rgb(4,168,99); }
td.TdClassName
{
border-color: #04A863;
}
.TagClassName
{
border-color: #04A863;
}
</style>