Shades of Jade #04AD63
Tints of Jade #04AD63
RGB
CMYK
RGB Variations
Color information
#04AD63 (or 0x04AD63) is known color: Jade. HEX triplet: 04, AD and 63. RGB value is (4,173,99). Sum of RGB (Red+Green+Blue) = 4+173+99=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 173 (67.97% from 255 or 62.68% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AD63 is #FB529C. Grayscale: #727272. Windows color (decimal): -16470685 or 6532356. OLE color: 6532356.
HSL color Cylindrical-coordinate representation of color #04AD63: hue angle of 153.73º 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 #04AD63 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 99 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.32 |
| HSL | 153.73º | 0.95% | 0.35% | - |
| HSV(B) | 153.73º | 0.98% | 0.68% | - |
| XYZ | 17.25 | 30.81 | 16.84 | - |
| YUV | 114.03 | 119.51 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 99 | 0.98 | 0 | 0.43 | 0.32 | 153.73 | 0.95 | 0.35 |
| Hex | 4 | AD | 63 | 62 | 0 | 2B | 20 | 9A | 5F | 23 |
| Octal | 4 | 255 | 143 | 142 | 0 | 53 | 40 | 232 | 137 | 43 |
| Binary | 100 | 10101101 | 1100011 | 1100010 | 0 | 101011 | 100000 | 10011010 | 1011111 | 100011 |
Color Harmonies of #04AD63
Complementary color
Monochromatic Colors of #04AD63
Black with #04AD63
Text Example
Text Example
White with #04AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD63; }
p { color: rgb(4,173,99); }
H1.HeaderClassName
{
color: #04AD63;
}
.AnyTagClassName
{
color: #04AD63;
}
</style>
background-color css
<style>
a { background-color: #04AD63; }
a { background-color: rgb(4,173,99); }
div.DivClassName
{
background-color: #04AD63;
}
.BgClassName
{
background-color: #04AD63;
}
</style>
border-color css
<style>
span { border-color: #04AD63; }
span { border-color: rgb(4,173,99); }
td.TdClassName
{
border-color: #04AD63;
}
.TagClassName
{
border-color: #04AD63;
}
</style>