Shades of Jade #01AD69
Tints of Jade #01AD69
RGB
CMYK
RGB Variations
Color information
#01AD69 (or 0x01AD69) is known color: Jade. HEX triplet: 01, AD and 69. RGB value is (1,173,105). Sum of RGB (Red+Green+Blue) = 1+173+105=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD69 is #FE5296. Grayscale: #717171. Windows color (decimal): -16667287 or 6925569. OLE color: 6925569.
HSL color Cylindrical-coordinate representation of color #01AD69: hue angle of 156.28º 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 #01AD69 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 105 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.32 |
| HSL | 156.28º | 0.99% | 0.34% | - |
| HSV(B) | 156.28º | 0.99% | 0.68% | - |
| XYZ | 17.51 | 30.91 | 18.41 | - |
| YUV | 113.82 | 123.02 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 105 | 0.99 | 0 | 0.39 | 0.32 | 156.28 | 0.99 | 0.34 |
| Hex | 1 | AD | 69 | 63 | 0 | 27 | 20 | 9C | 63 | 22 |
| Octal | 1 | 255 | 151 | 143 | 0 | 47 | 40 | 234 | 143 | 42 |
| Binary | 1 | 10101101 | 1101001 | 1100011 | 0 | 100111 | 100000 | 10011100 | 1100011 | 100010 |
Color Harmonies of #01AD69
Complementary color
Monochromatic Colors of #01AD69
Black with #01AD69
Text Example
Text Example
White with #01AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD69; }
p { color: rgb(1,173,105); }
H1.HeaderClassName
{
color: #01AD69;
}
.AnyTagClassName
{
color: #01AD69;
}
</style>
background-color css
<style>
a { background-color: #01AD69; }
a { background-color: rgb(1,173,105); }
div.DivClassName
{
background-color: #01AD69;
}
.BgClassName
{
background-color: #01AD69;
}
</style>
border-color css
<style>
span { border-color: #01AD69; }
span { border-color: rgb(1,173,105); }
td.TdClassName
{
border-color: #01AD69;
}
.TagClassName
{
border-color: #01AD69;
}
</style>