Shades of Jade #01A26A
Tints of Jade #01A26A
RGB
CMYK
RGB Variations
Color information
#01A26A (or 0x01A26A) is known color: Jade. HEX triplet: 01, A2 and 6A. RGB value is (1,162,106). Sum of RGB (Red+Green+Blue) = 1+162+106=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 162 (63.67% from 255 or 60.22% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 162 - color contains mainly: green. Hex color #01A26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A26A is #FE5D95. Grayscale: #6B6B6B. Windows color (decimal): -16670102 or 6988289. OLE color: 6988289.
HSL color Cylindrical-coordinate representation of color #01A26A: hue angle of 159.13º 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 #01A26A is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 162 | 106 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.36 |
| HSL | 159.13º | 0.99% | 0.32% | - |
| HSV(B) | 159.13º | 0.99% | 0.64% | - |
| XYZ | 15.53 | 26.89 | 18.01 | - |
| YUV | 107.48 | 127.16 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 106 | 0.99 | 0 | 0.35 | 0.36 | 159.13 | 0.99 | 0.32 |
| Hex | 1 | A2 | 6A | 63 | 0 | 23 | 24 | 9F | 63 | 20 |
| Octal | 1 | 242 | 152 | 143 | 0 | 43 | 44 | 237 | 143 | 40 |
| Binary | 1 | 10100010 | 1101010 | 1100011 | 0 | 100011 | 100100 | 10011111 | 1100011 | 100000 |
Color Harmonies of #01A26A
Complementary color
Monochromatic Colors of #01A26A
Black with #01A26A
Text Example
Text Example
White with #01A26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A26A; }
p { color: rgb(1,162,106); }
H1.HeaderClassName
{
color: #01A26A;
}
.AnyTagClassName
{
color: #01A26A;
}
</style>
background-color css
<style>
a { background-color: #01A26A; }
a { background-color: rgb(1,162,106); }
div.DivClassName
{
background-color: #01A26A;
}
.BgClassName
{
background-color: #01A26A;
}
</style>
border-color css
<style>
span { border-color: #01A26A; }
span { border-color: rgb(1,162,106); }
td.TdClassName
{
border-color: #01A26A;
}
.TagClassName
{
border-color: #01A26A;
}
</style>