Shades of Jade #04AB71
Tints of Jade #04AB71
RGB
CMYK
RGB Variations
Color information
#04AB71 (or 0x04AB71) is known color: Jade. HEX triplet: 04, AB and 71. RGB value is (4,171,113). Sum of RGB (Red+Green+Blue) = 4+171+113=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB71 is #FB548E. Grayscale: #727272. Windows color (decimal): -16471183 or 7449348. OLE color: 7449348.
HSL color Cylindrical-coordinate representation of color #04AB71: hue angle of 159.16º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB71 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 171 | 113 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.33 |
| HSL | 159.16º | 0.95% | 0.34% | - |
| HSV(B) | 159.16º | 0.98% | 0.67% | - |
| XYZ | 17.59 | 30.34 | 20.55 | - |
| YUV | 114.46 | 127.17 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 113 | 0.98 | 0 | 0.34 | 0.33 | 159.16 | 0.95 | 0.34 |
| Hex | 4 | AB | 71 | 62 | 0 | 22 | 21 | 9F | 5F | 22 |
| Octal | 4 | 253 | 161 | 142 | 0 | 42 | 41 | 237 | 137 | 42 |
| Binary | 100 | 10101011 | 1110001 | 1100010 | 0 | 100010 | 100001 | 10011111 | 1011111 | 100010 |
Color Harmonies of #04AB71
Complementary color
Monochromatic Colors of #04AB71
Black with #04AB71
Text Example
Text Example
White with #04AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AB71; }
p { color: rgb(4,171,113); }
H1.HeaderClassName
{
color: #04AB71;
}
.AnyTagClassName
{
color: #04AB71;
}
</style>
background-color css
<style>
a { background-color: #04AB71; }
a { background-color: rgb(4,171,113); }
div.DivClassName
{
background-color: #04AB71;
}
.BgClassName
{
background-color: #04AB71;
}
</style>
border-color css
<style>
span { border-color: #04AB71; }
span { border-color: rgb(4,171,113); }
td.TdClassName
{
border-color: #04AB71;
}
.TagClassName
{
border-color: #04AB71;
}
</style>