Shades of Jade #01A570
Tints of Jade #01A570
RGB
CMYK
RGB Variations
Color information
#01A570 (or 0x01A570) is known color: Jade. HEX triplet: 01, A5 and 70. RGB value is (1,165,112). Sum of RGB (Red+Green+Blue) = 1+165+112=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #01A570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A570 is #FE5A8F. Grayscale: #6D6D6D. Windows color (decimal): -16669328 or 7382273. OLE color: 7382273.
HSL color Cylindrical-coordinate representation of color #01A570: hue angle of 160.61º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A570 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 165 | 112 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.35 |
| HSL | 160.61º | 0.99% | 0.33% | - |
| HSV(B) | 160.61º | 0.99% | 0.65% | - |
| XYZ | 16.39 | 28.09 | 19.89 | - |
| YUV | 109.92 | 129.17 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 112 | 0.99 | 0 | 0.32 | 0.35 | 160.61 | 0.99 | 0.33 |
| Hex | 1 | A5 | 70 | 63 | 0 | 20 | 23 | A1 | 63 | 21 |
| Octal | 1 | 245 | 160 | 143 | 0 | 40 | 43 | 241 | 143 | 41 |
| Binary | 1 | 10100101 | 1110000 | 1100011 | 0 | 100000 | 100011 | 10100001 | 1100011 | 100001 |
Color Harmonies of #01A570
Complementary color
Monochromatic Colors of #01A570
Black with #01A570
Text Example
Text Example
White with #01A570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A570; }
p { color: rgb(1,165,112); }
H1.HeaderClassName
{
color: #01A570;
}
.AnyTagClassName
{
color: #01A570;
}
</style>
background-color css
<style>
a { background-color: #01A570; }
a { background-color: rgb(1,165,112); }
div.DivClassName
{
background-color: #01A570;
}
.BgClassName
{
background-color: #01A570;
}
</style>
border-color css
<style>
span { border-color: #01A570; }
span { border-color: rgb(1,165,112); }
td.TdClassName
{
border-color: #01A570;
}
.TagClassName
{
border-color: #01A570;
}
</style>