Shades of Jade #01AD78
Tints of Jade #01AD78
RGB
CMYK
RGB Variations
Color information
#01AD78 (or 0x01AD78) is known color: Jade. HEX triplet: 01, AD and 78. RGB value is (1,173,120). Sum of RGB (Red+Green+Blue) = 1+173+120=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD78 is #FE5287. Grayscale: #737373. Windows color (decimal): -16667272 or 7908609. OLE color: 7908609.
HSL color Cylindrical-coordinate representation of color #01AD78: hue angle of 161.51º 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 #01AD78 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 120 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.32 |
| HSL | 161.51º | 0.99% | 0.34% | - |
| HSV(B) | 161.51º | 0.99% | 0.68% | - |
| XYZ | 18.35 | 31.25 | 22.83 | - |
| YUV | 115.53 | 130.52 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 120 | 0.99 | 0 | 0.31 | 0.32 | 161.51 | 0.99 | 0.34 |
| Hex | 1 | AD | 78 | 63 | 0 | 1F | 20 | A2 | 63 | 22 |
| Octal | 1 | 255 | 170 | 143 | 0 | 37 | 40 | 242 | 143 | 42 |
| Binary | 1 | 10101101 | 1111000 | 1100011 | 0 | 11111 | 100000 | 10100010 | 1100011 | 100010 |
Color Harmonies of #01AD78
Complementary color
Monochromatic Colors of #01AD78
Black with #01AD78
Text Example
Text Example
White with #01AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD78; }
p { color: rgb(1,173,120); }
H1.HeaderClassName
{
color: #01AD78;
}
.AnyTagClassName
{
color: #01AD78;
}
</style>
background-color css
<style>
a { background-color: #01AD78; }
a { background-color: rgb(1,173,120); }
div.DivClassName
{
background-color: #01AD78;
}
.BgClassName
{
background-color: #01AD78;
}
</style>
border-color css
<style>
span { border-color: #01AD78; }
span { border-color: rgb(1,173,120); }
td.TdClassName
{
border-color: #01AD78;
}
.TagClassName
{
border-color: #01AD78;
}
</style>