Shades of Jade #04AD68
Tints of Jade #04AD68
RGB
CMYK
RGB Variations
Color information
#04AD68 (or 0x04AD68) is known color: Jade. HEX triplet: 04, AD and 68. RGB value is (4,173,104). Sum of RGB (Red+Green+Blue) = 4+173+104=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AD68 is #FB5297. Grayscale: #727272. Windows color (decimal): -16470680 or 6860036. OLE color: 6860036.
HSL color Cylindrical-coordinate representation of color #04AD68: hue angle of 155.5º 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 #04AD68 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 104 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.32 |
| HSL | 155.5º | 0.95% | 0.35% | - |
| HSV(B) | 155.5º | 0.98% | 0.68% | - |
| XYZ | 17.49 | 30.91 | 18.14 | - |
| YUV | 114.6 | 122.01 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 104 | 0.98 | 0 | 0.40 | 0.32 | 155.5 | 0.95 | 0.35 |
| Hex | 4 | AD | 68 | 62 | 0 | 28 | 20 | 9C | 5F | 23 |
| Octal | 4 | 255 | 150 | 142 | 0 | 50 | 40 | 234 | 137 | 43 |
| Binary | 100 | 10101101 | 1101000 | 1100010 | 0 | 101000 | 100000 | 10011100 | 1011111 | 100011 |
Color Harmonies of #04AD68
Complementary color
Monochromatic Colors of #04AD68
Black with #04AD68
Text Example
Text Example
White with #04AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD68; }
p { color: rgb(4,173,104); }
H1.HeaderClassName
{
color: #04AD68;
}
.AnyTagClassName
{
color: #04AD68;
}
</style>
background-color css
<style>
a { background-color: #04AD68; }
a { background-color: rgb(4,173,104); }
div.DivClassName
{
background-color: #04AD68;
}
.BgClassName
{
background-color: #04AD68;
}
</style>
border-color css
<style>
span { border-color: #04AD68; }
span { border-color: rgb(4,173,104); }
td.TdClassName
{
border-color: #04AD68;
}
.TagClassName
{
border-color: #04AD68;
}
</style>