Shades of Jade #01AD63
Tints of Jade #01AD63
RGB
CMYK
RGB Variations
Color information
#01AD63 (or 0x01AD63) is known color: Jade. HEX triplet: 01, AD and 63. RGB value is (1,173,99). Sum of RGB (Red+Green+Blue) = 1+173+99=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD63 is #FE529C. Grayscale: #717171. Windows color (decimal): -16667293 or 6532353. OLE color: 6532353.
HSL color Cylindrical-coordinate representation of color #01AD63: hue angle of 154.19º 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 #01AD63 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 99 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.32 |
| HSL | 154.19º | 0.99% | 0.34% | - |
| HSV(B) | 154.19º | 0.99% | 0.68% | - |
| XYZ | 17.21 | 30.79 | 16.84 | - |
| YUV | 113.14 | 120.02 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 99 | 0.99 | 0 | 0.43 | 0.32 | 154.19 | 0.99 | 0.34 |
| Hex | 1 | AD | 63 | 63 | 0 | 2B | 20 | 9A | 63 | 22 |
| Octal | 1 | 255 | 143 | 143 | 0 | 53 | 40 | 232 | 143 | 42 |
| Binary | 1 | 10101101 | 1100011 | 1100011 | 0 | 101011 | 100000 | 10011010 | 1100011 | 100010 |
Color Harmonies of #01AD63
Complementary color
Monochromatic Colors of #01AD63
Black with #01AD63
Text Example
Text Example
White with #01AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD63; }
p { color: rgb(1,173,99); }
H1.HeaderClassName
{
color: #01AD63;
}
.AnyTagClassName
{
color: #01AD63;
}
</style>
background-color css
<style>
a { background-color: #01AD63; }
a { background-color: rgb(1,173,99); }
div.DivClassName
{
background-color: #01AD63;
}
.BgClassName
{
background-color: #01AD63;
}
</style>
border-color css
<style>
span { border-color: #01AD63; }
span { border-color: rgb(1,173,99); }
td.TdClassName
{
border-color: #01AD63;
}
.TagClassName
{
border-color: #01AD63;
}
</style>