Shades of Jade #04AD64
Tints of Jade #04AD64
RGB
CMYK
RGB Variations
Color information
#04AD64 (or 0x04AD64) is known color: Jade. HEX triplet: 04, AD and 64. RGB value is (4,173,100). Sum of RGB (Red+Green+Blue) = 4+173+100=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 173 (67.97% from 255 or 62.45% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AD64 is #FB529B. Grayscale: #727272. Windows color (decimal): -16470684 or 6597892. OLE color: 6597892.
HSL color Cylindrical-coordinate representation of color #04AD64: hue angle of 154.08º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD64 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 100 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.32 |
| HSL | 154.08º | 0.95% | 0.35% | - |
| HSV(B) | 154.08º | 0.98% | 0.68% | - |
| XYZ | 17.29 | 30.83 | 17.1 | - |
| YUV | 114.15 | 120.01 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 100 | 0.98 | 0 | 0.42 | 0.32 | 154.08 | 0.95 | 0.35 |
| Hex | 4 | AD | 64 | 62 | 0 | 2A | 20 | 9A | 5F | 23 |
| Octal | 4 | 255 | 144 | 142 | 0 | 52 | 40 | 232 | 137 | 43 |
| Binary | 100 | 10101101 | 1100100 | 1100010 | 0 | 101010 | 100000 | 10011010 | 1011111 | 100011 |
Color Harmonies of #04AD64
Complementary color
Monochromatic Colors of #04AD64
Black with #04AD64
Text Example
Text Example
White with #04AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD64; }
p { color: rgb(4,173,100); }
H1.HeaderClassName
{
color: #04AD64;
}
.AnyTagClassName
{
color: #04AD64;
}
</style>
background-color css
<style>
a { background-color: #04AD64; }
a { background-color: rgb(4,173,100); }
div.DivClassName
{
background-color: #04AD64;
}
.BgClassName
{
background-color: #04AD64;
}
</style>
border-color css
<style>
span { border-color: #04AD64; }
span { border-color: rgb(4,173,100); }
td.TdClassName
{
border-color: #04AD64;
}
.TagClassName
{
border-color: #04AD64;
}
</style>