Shades of Jade #04A46B
Tints of Jade #04A46B
RGB
CMYK
RGB Variations
Color information
#04A46B (or 0x04A46B) is known color: Jade. HEX triplet: 04, A4 and 6B. RGB value is (4,164,107). Sum of RGB (Red+Green+Blue) = 4+164+107=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #04A46B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A46B is #FB5B94. Grayscale: #6D6D6D. Windows color (decimal): -16472981 or 7054340. OLE color: 7054340.
HSL color Cylindrical-coordinate representation of color #04A46B: hue angle of 158.62º 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 #04A46B is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 164 | 107 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.36 |
| HSL | 158.63º | 0.95% | 0.33% | - |
| HSV(B) | 158.63º | 0.98% | 0.64% | - |
| XYZ | 15.98 | 27.64 | 18.4 | - |
| YUV | 109.66 | 126.49 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 107 | 0.98 | 0 | 0.35 | 0.36 | 158.63 | 0.95 | 0.33 |
| Hex | 4 | A4 | 6B | 62 | 0 | 23 | 24 | 9F | 5F | 21 |
| Octal | 4 | 244 | 153 | 142 | 0 | 43 | 44 | 237 | 137 | 41 |
| Binary | 100 | 10100100 | 1101011 | 1100010 | 0 | 100011 | 100100 | 10011111 | 1011111 | 100001 |
Color Harmonies of #04A46B
Complementary color
Monochromatic Colors of #04A46B
Black with #04A46B
Text Example
Text Example
White with #04A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A46B; }
p { color: rgb(4,164,107); }
H1.HeaderClassName
{
color: #04A46B;
}
.AnyTagClassName
{
color: #04A46B;
}
</style>
background-color css
<style>
a { background-color: #04A46B; }
a { background-color: rgb(4,164,107); }
div.DivClassName
{
background-color: #04A46B;
}
.BgClassName
{
background-color: #04A46B;
}
</style>
border-color css
<style>
span { border-color: #04A46B; }
span { border-color: rgb(4,164,107); }
td.TdClassName
{
border-color: #04A46B;
}
.TagClassName
{
border-color: #04A46B;
}
</style>