Shades of Jade #04AB68
Tints of Jade #04AB68
RGB
CMYK
RGB Variations
Color information
#04AB68 (or 0x04AB68) is known color: Jade. HEX triplet: 04, AB and 68. RGB value is (4,171,104). Sum of RGB (Red+Green+Blue) = 4+171+104=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB68 is #FB5497. Grayscale: #717171. Windows color (decimal): -16471192 or 6859524. OLE color: 6859524.
HSL color Cylindrical-coordinate representation of color #04AB68: hue angle of 155.93º 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 #04AB68 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 171 | 104 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.33 |
| HSL | 155.93º | 0.95% | 0.34% | - |
| HSV(B) | 155.93º | 0.98% | 0.67% | - |
| XYZ | 17.11 | 30.15 | 18.01 | - |
| YUV | 113.43 | 122.67 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 104 | 0.98 | 0 | 0.39 | 0.33 | 155.93 | 0.95 | 0.34 |
| Hex | 4 | AB | 68 | 62 | 0 | 27 | 21 | 9C | 5F | 22 |
| Octal | 4 | 253 | 150 | 142 | 0 | 47 | 41 | 234 | 137 | 42 |
| Binary | 100 | 10101011 | 1101000 | 1100010 | 0 | 100111 | 100001 | 10011100 | 1011111 | 100010 |
Color Harmonies of #04AB68
Complementary color
Monochromatic Colors of #04AB68
Black with #04AB68
Text Example
Text Example
White with #04AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AB68; }
p { color: rgb(4,171,104); }
H1.HeaderClassName
{
color: #04AB68;
}
.AnyTagClassName
{
color: #04AB68;
}
</style>
background-color css
<style>
a { background-color: #04AB68; }
a { background-color: rgb(4,171,104); }
div.DivClassName
{
background-color: #04AB68;
}
.BgClassName
{
background-color: #04AB68;
}
</style>
border-color css
<style>
span { border-color: #04AB68; }
span { border-color: rgb(4,171,104); }
td.TdClassName
{
border-color: #04AB68;
}
.TagClassName
{
border-color: #04AB68;
}
</style>