Shades of Jade #01A069
Tints of Jade #01A069
RGB
CMYK
RGB Variations
Color information
#01A069 (or 0x01A069) is known color: Jade. HEX triplet: 01, A0 and 69. RGB value is (1,160,105). Sum of RGB (Red+Green+Blue) = 1+160+105=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #01A069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A069 is #FE5F96. Grayscale: #6A6A6A. Windows color (decimal): -16670615 or 6922241. OLE color: 6922241.
HSL color Cylindrical-coordinate representation of color #01A069: hue angle of 159.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A069 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 160 | 105 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.37 |
| HSL | 159.25º | 0.99% | 0.32% | - |
| HSV(B) | 159.25º | 0.99% | 0.63% | - |
| XYZ | 15.13 | 26.17 | 17.62 | - |
| YUV | 106.19 | 127.32 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 105 | 0.99 | 0 | 0.34 | 0.37 | 159.25 | 0.99 | 0.32 |
| Hex | 1 | A0 | 69 | 63 | 0 | 22 | 25 | 9F | 63 | 20 |
| Octal | 1 | 240 | 151 | 143 | 0 | 42 | 45 | 237 | 143 | 40 |
| Binary | 1 | 10100000 | 1101001 | 1100011 | 0 | 100010 | 100101 | 10011111 | 1100011 | 100000 |
Color Harmonies of #01A069
Complementary color
Monochromatic Colors of #01A069
Black with #01A069
Text Example
Text Example
White with #01A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A069; }
p { color: rgb(1,160,105); }
H1.HeaderClassName
{
color: #01A069;
}
.AnyTagClassName
{
color: #01A069;
}
</style>
background-color css
<style>
a { background-color: #01A069; }
a { background-color: rgb(1,160,105); }
div.DivClassName
{
background-color: #01A069;
}
.BgClassName
{
background-color: #01A069;
}
</style>
border-color css
<style>
span { border-color: #01A069; }
span { border-color: rgb(1,160,105); }
td.TdClassName
{
border-color: #01A069;
}
.TagClassName
{
border-color: #01A069;
}
</style>