Shades of Jade #01AD79
Tints of Jade #01AD79
RGB
CMYK
RGB Variations
Color information
#01AD79 (or 0x01AD79) is known color: Jade. HEX triplet: 01, AD and 79. RGB value is (1,173,121). Sum of RGB (Red+Green+Blue) = 1+173+121=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD79 is #FE5286. Grayscale: #737373. Windows color (decimal): -16667271 or 7974145. OLE color: 7974145.
HSL color Cylindrical-coordinate representation of color #01AD79: hue angle of 161.86º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD79 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 121 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.32 |
| HSL | 161.86º | 0.99% | 0.34% | - |
| HSV(B) | 161.86º | 0.99% | 0.68% | - |
| XYZ | 18.41 | 31.27 | 23.16 | - |
| YUV | 115.64 | 131.02 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 121 | 0.99 | 0 | 0.30 | 0.32 | 161.86 | 0.99 | 0.34 |
| Hex | 1 | AD | 79 | 63 | 0 | 1E | 20 | A2 | 63 | 22 |
| Octal | 1 | 255 | 171 | 143 | 0 | 36 | 40 | 242 | 143 | 42 |
| Binary | 1 | 10101101 | 1111001 | 1100011 | 0 | 11110 | 100000 | 10100010 | 1100011 | 100010 |
Color Harmonies of #01AD79
Complementary color
Monochromatic Colors of #01AD79
Black with #01AD79
Text Example
Text Example
White with #01AD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD79; }
p { color: rgb(1,173,121); }
H1.HeaderClassName
{
color: #01AD79;
}
.AnyTagClassName
{
color: #01AD79;
}
</style>
background-color css
<style>
a { background-color: #01AD79; }
a { background-color: rgb(1,173,121); }
div.DivClassName
{
background-color: #01AD79;
}
.BgClassName
{
background-color: #01AD79;
}
</style>
border-color css
<style>
span { border-color: #01AD79; }
span { border-color: rgb(1,173,121); }
td.TdClassName
{
border-color: #01AD79;
}
.TagClassName
{
border-color: #01AD79;
}
</style>