Shades of Jade #04AF74
Tints of Jade #04AF74
RGB
CMYK
RGB Variations
Color information
#04AF74 (or 0x04AF74) is known color: Jade. HEX triplet: 04, AF and 74. RGB value is (4,175,116). Sum of RGB (Red+Green+Blue) = 4+175+116=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF74 is #FB508B. Grayscale: #757575. Windows color (decimal): -16470156 or 7646980. OLE color: 7646980.
HSL color Cylindrical-coordinate representation of color #04AF74: hue angle of 159.3º 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 #04AF74 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 175 | 116 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.31 |
| HSL | 159.3º | 0.96% | 0.35% | - |
| HSV(B) | 159.3º | 0.98% | 0.69% | - |
| XYZ | 18.53 | 31.95 | 21.71 | - |
| YUV | 117.15 | 127.35 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 116 | 0.98 | 0 | 0.34 | 0.31 | 159.3 | 0.96 | 0.35 |
| Hex | 4 | AF | 74 | 62 | 0 | 22 | 1F | 9F | 60 | 23 |
| Octal | 4 | 257 | 164 | 142 | 0 | 42 | 37 | 237 | 140 | 43 |
| Binary | 100 | 10101111 | 1110100 | 1100010 | 0 | 100010 | 11111 | 10011111 | 1100000 | 100011 |
Color Harmonies of #04AF74
Complementary color
Monochromatic Colors of #04AF74
Black with #04AF74
Text Example
Text Example
White with #04AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AF74; }
p { color: rgb(4,175,116); }
H1.HeaderClassName
{
color: #04AF74;
}
.AnyTagClassName
{
color: #04AF74;
}
</style>
background-color css
<style>
a { background-color: #04AF74; }
a { background-color: rgb(4,175,116); }
div.DivClassName
{
background-color: #04AF74;
}
.BgClassName
{
background-color: #04AF74;
}
</style>
border-color css
<style>
span { border-color: #04AF74; }
span { border-color: rgb(4,175,116); }
td.TdClassName
{
border-color: #04AF74;
}
.TagClassName
{
border-color: #04AF74;
}
</style>