Shades of Jade #04A76A
Tints of Jade #04A76A
RGB
CMYK
RGB Variations
Color information
#04A76A (or 0x04A76A) is known color: Jade. HEX triplet: 04, A7 and 6A. RGB value is (4,167,106). Sum of RGB (Red+Green+Blue) = 4+167+106=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 167 (65.62% from 255 or 60.29% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 167 - color contains mainly: green. Hex color #04A76A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A76A is #FB5895. Grayscale: #6F6F6F. Windows color (decimal): -16472214 or 6989572. OLE color: 6989572.
HSL color Cylindrical-coordinate representation of color #04A76A: hue angle of 157.55º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A76A is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 167 | 106 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.35 |
| HSL | 157.55º | 0.95% | 0.34% | - |
| HSV(B) | 157.55º | 0.98% | 0.65% | - |
| XYZ | 16.47 | 28.7 | 18.31 | - |
| YUV | 111.31 | 125 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 167 | 106 | 0.98 | 0 | 0.37 | 0.35 | 157.55 | 0.95 | 0.34 |
| Hex | 4 | A7 | 6A | 62 | 0 | 25 | 23 | 9E | 5F | 22 |
| Octal | 4 | 247 | 152 | 142 | 0 | 45 | 43 | 236 | 137 | 42 |
| Binary | 100 | 10100111 | 1101010 | 1100010 | 0 | 100101 | 100011 | 10011110 | 1011111 | 100010 |
Color Harmonies of #04A76A
Complementary color
Monochromatic Colors of #04A76A
Black with #04A76A
Text Example
Text Example
White with #04A76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A76A; }
p { color: rgb(4,167,106); }
H1.HeaderClassName
{
color: #04A76A;
}
.AnyTagClassName
{
color: #04A76A;
}
</style>
background-color css
<style>
a { background-color: #04A76A; }
a { background-color: rgb(4,167,106); }
div.DivClassName
{
background-color: #04A76A;
}
.BgClassName
{
background-color: #04A76A;
}
</style>
border-color css
<style>
span { border-color: #04A76A; }
span { border-color: rgb(4,167,106); }
td.TdClassName
{
border-color: #04A76A;
}
.TagClassName
{
border-color: #04A76A;
}
</style>