Shades of Jade #04AC64
Tints of Jade #04AC64
RGB
CMYK
RGB Variations
Color information
#04AC64 (or 0x04AC64) is known color: Jade. HEX triplet: 04, AC and 64. RGB value is (4,172,100). Sum of RGB (Red+Green+Blue) = 4+172+100=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AC64 is #FB539B. Grayscale: #717171. Windows color (decimal): -16470940 or 6597636. OLE color: 6597636.
HSL color Cylindrical-coordinate representation of color #04AC64: hue angle of 154.29º 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 #04AC64 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 172 | 100 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.33 |
| HSL | 154.29º | 0.95% | 0.35% | - |
| HSV(B) | 154.29º | 0.98% | 0.67% | - |
| XYZ | 17.1 | 30.45 | 17.03 | - |
| YUV | 113.56 | 120.34 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 100 | 0.98 | 0 | 0.42 | 0.33 | 154.29 | 0.95 | 0.35 |
| Hex | 4 | AC | 64 | 62 | 0 | 2A | 21 | 9A | 5F | 23 |
| Octal | 4 | 254 | 144 | 142 | 0 | 52 | 41 | 232 | 137 | 43 |
| Binary | 100 | 10101100 | 1100100 | 1100010 | 0 | 101010 | 100001 | 10011010 | 1011111 | 100011 |
Color Harmonies of #04AC64
Complementary color
Monochromatic Colors of #04AC64
Black with #04AC64
Text Example
Text Example
White with #04AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AC64; }
p { color: rgb(4,172,100); }
H1.HeaderClassName
{
color: #04AC64;
}
.AnyTagClassName
{
color: #04AC64;
}
</style>
background-color css
<style>
a { background-color: #04AC64; }
a { background-color: rgb(4,172,100); }
div.DivClassName
{
background-color: #04AC64;
}
.BgClassName
{
background-color: #04AC64;
}
</style>
border-color css
<style>
span { border-color: #04AC64; }
span { border-color: rgb(4,172,100); }
td.TdClassName
{
border-color: #04AC64;
}
.TagClassName
{
border-color: #04AC64;
}
</style>