Shades of Jade #04A471
Tints of Jade #04A471
RGB
CMYK
RGB Variations
Color information
#04A471 (or 0x04A471) is known color: Jade. HEX triplet: 04, A4 and 71. RGB value is (4,164,113). Sum of RGB (Red+Green+Blue) = 4+164+113=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #04A471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A471 is #FB5B8E. Grayscale: #6E6E6E. Windows color (decimal): -16472975 or 7447556. OLE color: 7447556.
HSL color Cylindrical-coordinate representation of color #04A471: hue angle of 160.88º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A471 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 164 | 113 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.36 |
| HSL | 160.88º | 0.95% | 0.33% | - |
| HSV(B) | 160.88º | 0.98% | 0.64% | - |
| XYZ | 16.31 | 27.77 | 20.12 | - |
| YUV | 110.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 113 | 0.98 | 0 | 0.31 | 0.36 | 160.88 | 0.95 | 0.33 |
| Hex | 4 | A4 | 71 | 62 | 0 | 1F | 24 | A1 | 5F | 21 |
| Octal | 4 | 244 | 161 | 142 | 0 | 37 | 44 | 241 | 137 | 41 |
| Binary | 100 | 10100100 | 1110001 | 1100010 | 0 | 11111 | 100100 | 10100001 | 1011111 | 100001 |
Color Harmonies of #04A471
Complementary color
Monochromatic Colors of #04A471
Black with #04A471
Text Example
Text Example
White with #04A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A471; }
p { color: rgb(4,164,113); }
H1.HeaderClassName
{
color: #04A471;
}
.AnyTagClassName
{
color: #04A471;
}
</style>
background-color css
<style>
a { background-color: #04A471; }
a { background-color: rgb(4,164,113); }
div.DivClassName
{
background-color: #04A471;
}
.BgClassName
{
background-color: #04A471;
}
</style>
border-color css
<style>
span { border-color: #04A471; }
span { border-color: rgb(4,164,113); }
td.TdClassName
{
border-color: #04A471;
}
.TagClassName
{
border-color: #04A471;
}
</style>