Shades of Jade #04AC68
Tints of Jade #04AC68
RGB
CMYK
RGB Variations
Color information
#04AC68 (or 0x04AC68) is known color: Jade. HEX triplet: 04, AC and 68. RGB value is (4,172,104). Sum of RGB (Red+Green+Blue) = 4+172+104=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AC68 is #FB5397. Grayscale: #727272. Windows color (decimal): -16470936 or 6859780. OLE color: 6859780.
HSL color Cylindrical-coordinate representation of color #04AC68: hue angle of 155.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AC68 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 172 | 104 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.33 |
| HSL | 155.71º | 0.95% | 0.35% | - |
| HSV(B) | 155.71º | 0.98% | 0.67% | - |
| XYZ | 17.3 | 30.53 | 18.08 | - |
| YUV | 114.02 | 122.34 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 104 | 0.98 | 0 | 0.40 | 0.33 | 155.71 | 0.95 | 0.35 |
| Hex | 4 | AC | 68 | 62 | 0 | 28 | 21 | 9C | 5F | 23 |
| Octal | 4 | 254 | 150 | 142 | 0 | 50 | 41 | 234 | 137 | 43 |
| Binary | 100 | 10101100 | 1101000 | 1100010 | 0 | 101000 | 100001 | 10011100 | 1011111 | 100011 |
Color Harmonies of #04AC68
Complementary color
Monochromatic Colors of #04AC68
Black with #04AC68
Text Example
Text Example
White with #04AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AC68; }
p { color: rgb(4,172,104); }
H1.HeaderClassName
{
color: #04AC68;
}
.AnyTagClassName
{
color: #04AC68;
}
</style>
background-color css
<style>
a { background-color: #04AC68; }
a { background-color: rgb(4,172,104); }
div.DivClassName
{
background-color: #04AC68;
}
.BgClassName
{
background-color: #04AC68;
}
</style>
border-color css
<style>
span { border-color: #04AC68; }
span { border-color: rgb(4,172,104); }
td.TdClassName
{
border-color: #04AC68;
}
.TagClassName
{
border-color: #04AC68;
}
</style>