Shades of Jade #01A26D
Tints of Jade #01A26D
RGB
CMYK
RGB Variations
Color information
#01A26D (or 0x01A26D) is known color: Jade. HEX triplet: 01, A2 and 6D. RGB value is (1,162,109). Sum of RGB (Red+Green+Blue) = 1+162+109=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #01A26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A26D is #FE5D92. Grayscale: #6B6B6B. Windows color (decimal): -16670099 or 7184897. OLE color: 7184897.
HSL color Cylindrical-coordinate representation of color #01A26D: hue angle of 160.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A26D is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 162 | 109 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.36 |
| HSL | 160.25º | 0.99% | 0.32% | - |
| HSV(B) | 160.25º | 0.99% | 0.64% | - |
| XYZ | 15.69 | 26.95 | 18.84 | - |
| YUV | 107.82 | 128.66 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 109 | 0.99 | 0 | 0.33 | 0.36 | 160.25 | 0.99 | 0.32 |
| Hex | 1 | A2 | 6D | 63 | 0 | 21 | 24 | A0 | 63 | 20 |
| Octal | 1 | 242 | 155 | 143 | 0 | 41 | 44 | 240 | 143 | 40 |
| Binary | 1 | 10100010 | 1101101 | 1100011 | 0 | 100001 | 100100 | 10100000 | 1100011 | 100000 |
Color Harmonies of #01A26D
Complementary color
Monochromatic Colors of #01A26D
Black with #01A26D
Text Example
Text Example
White with #01A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A26D; }
p { color: rgb(1,162,109); }
H1.HeaderClassName
{
color: #01A26D;
}
.AnyTagClassName
{
color: #01A26D;
}
</style>
background-color css
<style>
a { background-color: #01A26D; }
a { background-color: rgb(1,162,109); }
div.DivClassName
{
background-color: #01A26D;
}
.BgClassName
{
background-color: #01A26D;
}
</style>
border-color css
<style>
span { border-color: #01A26D; }
span { border-color: rgb(1,162,109); }
td.TdClassName
{
border-color: #01A26D;
}
.TagClassName
{
border-color: #01A26D;
}
</style>