Shades of Jade #04AF64
Tints of Jade #04AF64
RGB
CMYK
RGB Variations
Color information
#04AF64 (or 0x04AF64) is known color: Jade. HEX triplet: 04, AF and 64. RGB value is (4,175,100). Sum of RGB (Red+Green+Blue) = 4+175+100=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF64 is #FB509B. Grayscale: #737373. Windows color (decimal): -16470172 or 6598404. OLE color: 6598404.
HSL color Cylindrical-coordinate representation of color #04AF64: hue angle of 153.68º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF64 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 175 | 100 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.31 |
| HSL | 153.68º | 0.96% | 0.35% | - |
| HSV(B) | 153.68º | 0.98% | 0.69% | - |
| XYZ | 17.68 | 31.61 | 17.23 | - |
| YUV | 115.32 | 119.35 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 100 | 0.98 | 0 | 0.43 | 0.31 | 153.68 | 0.96 | 0.35 |
| Hex | 4 | AF | 64 | 62 | 0 | 2B | 1F | 9A | 60 | 23 |
| Octal | 4 | 257 | 144 | 142 | 0 | 53 | 37 | 232 | 140 | 43 |
| Binary | 100 | 10101111 | 1100100 | 1100010 | 0 | 101011 | 11111 | 10011010 | 1100000 | 100011 |
Color Harmonies of #04AF64
Complementary color
Monochromatic Colors of #04AF64
Black with #04AF64
Text Example
Text Example
White with #04AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AF64; }
p { color: rgb(4,175,100); }
H1.HeaderClassName
{
color: #04AF64;
}
.AnyTagClassName
{
color: #04AF64;
}
</style>
background-color css
<style>
a { background-color: #04AF64; }
a { background-color: rgb(4,175,100); }
div.DivClassName
{
background-color: #04AF64;
}
.BgClassName
{
background-color: #04AF64;
}
</style>
border-color css
<style>
span { border-color: #04AF64; }
span { border-color: rgb(4,175,100); }
td.TdClassName
{
border-color: #04AF64;
}
.TagClassName
{
border-color: #04AF64;
}
</style>