Shades of Jade #04A46F
Tints of Jade #04A46F
RGB
CMYK
RGB Variations
Color information
#04A46F (or 0x04A46F) is known color: Jade. HEX triplet: 04, A4 and 6F. RGB value is (4,164,111). Sum of RGB (Red+Green+Blue) = 4+164+111=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #04A46F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A46F is #FB5B90. Grayscale: #6E6E6E. Windows color (decimal): -16472977 or 7316484. OLE color: 7316484.
HSL color Cylindrical-coordinate representation of color #04A46F: hue angle of 160.12º 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 #04A46F is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 164 | 111 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.36 |
| HSL | 160.13º | 0.95% | 0.33% | - |
| HSV(B) | 160.13º | 0.98% | 0.64% | - |
| XYZ | 16.19 | 27.72 | 19.54 | - |
| YUV | 110.12 | 128.49 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 111 | 0.98 | 0 | 0.32 | 0.36 | 160.13 | 0.95 | 0.33 |
| Hex | 4 | A4 | 6F | 62 | 0 | 20 | 24 | A0 | 5F | 21 |
| Octal | 4 | 244 | 157 | 142 | 0 | 40 | 44 | 240 | 137 | 41 |
| Binary | 100 | 10100100 | 1101111 | 1100010 | 0 | 100000 | 100100 | 10100000 | 1011111 | 100001 |
Color Harmonies of #04A46F
Complementary color
Monochromatic Colors of #04A46F
Black with #04A46F
Text Example
Text Example
White with #04A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A46F; }
p { color: rgb(4,164,111); }
H1.HeaderClassName
{
color: #04A46F;
}
.AnyTagClassName
{
color: #04A46F;
}
</style>
background-color css
<style>
a { background-color: #04A46F; }
a { background-color: rgb(4,164,111); }
div.DivClassName
{
background-color: #04A46F;
}
.BgClassName
{
background-color: #04A46F;
}
</style>
border-color css
<style>
span { border-color: #04A46F; }
span { border-color: rgb(4,164,111); }
td.TdClassName
{
border-color: #04A46F;
}
.TagClassName
{
border-color: #04A46F;
}
</style>