Shades of Jade #01A26C
Tints of Jade #01A26C
RGB
CMYK
RGB Variations
Color information
#01A26C (or 0x01A26C) is known color: Jade. HEX triplet: 01, A2 and 6C. RGB value is (1,162,108). Sum of RGB (Red+Green+Blue) = 1+162+108=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #01A26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A26C is #FE5D93. Grayscale: #6B6B6B. Windows color (decimal): -16670100 or 7119361. OLE color: 7119361.
HSL color Cylindrical-coordinate representation of color #01A26C: hue angle of 159.88º 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 #01A26C is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 162 | 108 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.36 |
| HSL | 159.88º | 0.99% | 0.32% | - |
| HSV(B) | 159.88º | 0.99% | 0.64% | - |
| XYZ | 15.64 | 26.93 | 18.56 | - |
| YUV | 107.71 | 128.16 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 108 | 0.99 | 0 | 0.33 | 0.36 | 159.88 | 0.99 | 0.32 |
| Hex | 1 | A2 | 6C | 63 | 0 | 21 | 24 | A0 | 63 | 20 |
| Octal | 1 | 242 | 154 | 143 | 0 | 41 | 44 | 240 | 143 | 40 |
| Binary | 1 | 10100010 | 1101100 | 1100011 | 0 | 100001 | 100100 | 10100000 | 1100011 | 100000 |
Color Harmonies of #01A26C
Complementary color
Monochromatic Colors of #01A26C
Black with #01A26C
Text Example
Text Example
White with #01A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A26C; }
p { color: rgb(1,162,108); }
H1.HeaderClassName
{
color: #01A26C;
}
.AnyTagClassName
{
color: #01A26C;
}
</style>
background-color css
<style>
a { background-color: #01A26C; }
a { background-color: rgb(1,162,108); }
div.DivClassName
{
background-color: #01A26C;
}
.BgClassName
{
background-color: #01A26C;
}
</style>
border-color css
<style>
span { border-color: #01A26C; }
span { border-color: rgb(1,162,108); }
td.TdClassName
{
border-color: #01A26C;
}
.TagClassName
{
border-color: #01A26C;
}
</style>