Shades of Jade #01AD60
Tints of Jade #01AD60
RGB
CMYK
RGB Variations
Color information
#01AD60 (or 0x01AD60) is known color: Jade. HEX triplet: 01, AD and 60. RGB value is (1,173,96). Sum of RGB (Red+Green+Blue) = 1+173+96=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD60 is #FE529F. Grayscale: #707070. Windows color (decimal): -16667296 or 6335745. OLE color: 6335745.
HSL color Cylindrical-coordinate representation of color #01AD60: hue angle of 153.14º 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 #01AD60 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 96 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.32 |
| HSL | 153.14º | 0.99% | 0.34% | - |
| HSV(B) | 153.14º | 0.99% | 0.68% | - |
| XYZ | 17.07 | 30.74 | 16.1 | - |
| YUV | 112.79 | 118.52 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 96 | 0.99 | 0 | 0.45 | 0.32 | 153.14 | 0.99 | 0.34 |
| Hex | 1 | AD | 60 | 63 | 0 | 2D | 20 | 99 | 63 | 22 |
| Octal | 1 | 255 | 140 | 143 | 0 | 55 | 40 | 231 | 143 | 42 |
| Binary | 1 | 10101101 | 1100000 | 1100011 | 0 | 101101 | 100000 | 10011001 | 1100011 | 100010 |
Color Harmonies of #01AD60
Complementary color
Monochromatic Colors of #01AD60
Black with #01AD60
Text Example
Text Example
White with #01AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD60; }
p { color: rgb(1,173,96); }
H1.HeaderClassName
{
color: #01AD60;
}
.AnyTagClassName
{
color: #01AD60;
}
</style>
background-color css
<style>
a { background-color: #01AD60; }
a { background-color: rgb(1,173,96); }
div.DivClassName
{
background-color: #01AD60;
}
.BgClassName
{
background-color: #01AD60;
}
</style>
border-color css
<style>
span { border-color: #01AD60; }
span { border-color: rgb(1,173,96); }
td.TdClassName
{
border-color: #01AD60;
}
.TagClassName
{
border-color: #01AD60;
}
</style>