Shades of Jade #04AD6F
Tints of Jade #04AD6F
RGB
CMYK
RGB Variations
Color information
#04AD6F (or 0x04AD6F) is known color: Jade. HEX triplet: 04, AD and 6F. RGB value is (4,173,111). Sum of RGB (Red+Green+Blue) = 4+173+111=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 173 (67.97% from 255 or 60.07% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AD6F is #FB5290. Grayscale: #737373. Windows color (decimal): -16470673 or 7318788. OLE color: 7318788.
HSL color Cylindrical-coordinate representation of color #04AD6F: hue angle of 157.99º 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 #04AD6F is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 111 | - |
| CMYK | 0.98 | 0 | 0.36 | 0.32 |
| HSL | 157.99º | 0.95% | 0.35% | - |
| HSV(B) | 157.99º | 0.98% | 0.68% | - |
| XYZ | 17.86 | 31.06 | 20.09 | - |
| YUV | 115.4 | 125.51 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 111 | 0.98 | 0 | 0.36 | 0.32 | 157.99 | 0.95 | 0.35 |
| Hex | 4 | AD | 6F | 62 | 0 | 24 | 20 | 9E | 5F | 23 |
| Octal | 4 | 255 | 157 | 142 | 0 | 44 | 40 | 236 | 137 | 43 |
| Binary | 100 | 10101101 | 1101111 | 1100010 | 0 | 100100 | 100000 | 10011110 | 1011111 | 100011 |
Color Harmonies of #04AD6F
Complementary color
Monochromatic Colors of #04AD6F
Black with #04AD6F
Text Example
Text Example
White with #04AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD6F; }
p { color: rgb(4,173,111); }
H1.HeaderClassName
{
color: #04AD6F;
}
.AnyTagClassName
{
color: #04AD6F;
}
</style>
background-color css
<style>
a { background-color: #04AD6F; }
a { background-color: rgb(4,173,111); }
div.DivClassName
{
background-color: #04AD6F;
}
.BgClassName
{
background-color: #04AD6F;
}
</style>
border-color css
<style>
span { border-color: #04AD6F; }
span { border-color: rgb(4,173,111); }
td.TdClassName
{
border-color: #04AD6F;
}
.TagClassName
{
border-color: #04AD6F;
}
</style>