Shades of Jade #01A06B
Tints of Jade #01A06B
RGB
CMYK
RGB Variations
Color information
#01A06B (or 0x01A06B) is known color: Jade. HEX triplet: 01, A0 and 6B. RGB value is (1,160,107). Sum of RGB (Red+Green+Blue) = 1+160+107=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #01A06B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A06B is #FE5F94. Grayscale: #6A6A6A. Windows color (decimal): -16670613 or 7053313. OLE color: 7053313.
HSL color Cylindrical-coordinate representation of color #01A06B: hue angle of 160º 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 #01A06B is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 160 | 107 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.37 |
| HSL | 160º | 0.99% | 0.32% | - |
| HSV(B) | 160º | 0.99% | 0.63% | - |
| XYZ | 15.24 | 26.21 | 18.17 | - |
| YUV | 106.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 107 | 0.99 | 0 | 0.33 | 0.37 | 160 | 0.99 | 0.32 |
| Hex | 1 | A0 | 6B | 63 | 0 | 21 | 25 | A0 | 63 | 20 |
| Octal | 1 | 240 | 153 | 143 | 0 | 41 | 45 | 240 | 143 | 40 |
| Binary | 1 | 10100000 | 1101011 | 1100011 | 0 | 100001 | 100101 | 10100000 | 1100011 | 100000 |
Color Harmonies of #01A06B
Complementary color
Monochromatic Colors of #01A06B
Black with #01A06B
Text Example
Text Example
White with #01A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A06B; }
p { color: rgb(1,160,107); }
H1.HeaderClassName
{
color: #01A06B;
}
.AnyTagClassName
{
color: #01A06B;
}
</style>
background-color css
<style>
a { background-color: #01A06B; }
a { background-color: rgb(1,160,107); }
div.DivClassName
{
background-color: #01A06B;
}
.BgClassName
{
background-color: #01A06B;
}
</style>
border-color css
<style>
span { border-color: #01A06B; }
span { border-color: rgb(1,160,107); }
td.TdClassName
{
border-color: #01A06B;
}
.TagClassName
{
border-color: #01A06B;
}
</style>