Shades of Jade #01A26F
Tints of Jade #01A26F
RGB
CMYK
RGB Variations
Color information
#01A26F (or 0x01A26F) is known color: Jade. HEX triplet: 01, A2 and 6F. RGB value is (1,162,111). Sum of RGB (Red+Green+Blue) = 1+162+111=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #01A26F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A26F is #FE5D90. Grayscale: #6C6C6C. Windows color (decimal): -16670097 or 7315969. OLE color: 7315969.
HSL color Cylindrical-coordinate representation of color #01A26F: hue angle of 160.99º 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 #01A26F is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 162 | 111 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.36 |
| HSL | 160.99º | 0.99% | 0.32% | - |
| HSV(B) | 160.99º | 0.99% | 0.64% | - |
| XYZ | 15.8 | 26.99 | 19.42 | - |
| YUV | 108.05 | 129.66 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 111 | 0.99 | 0 | 0.31 | 0.36 | 160.99 | 0.99 | 0.32 |
| Hex | 1 | A2 | 6F | 63 | 0 | 1F | 24 | A1 | 63 | 20 |
| Octal | 1 | 242 | 157 | 143 | 0 | 37 | 44 | 241 | 143 | 40 |
| Binary | 1 | 10100010 | 1101111 | 1100011 | 0 | 11111 | 100100 | 10100001 | 1100011 | 100000 |
Color Harmonies of #01A26F
Complementary color
Monochromatic Colors of #01A26F
Black with #01A26F
Text Example
Text Example
White with #01A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A26F; }
p { color: rgb(1,162,111); }
H1.HeaderClassName
{
color: #01A26F;
}
.AnyTagClassName
{
color: #01A26F;
}
</style>
background-color css
<style>
a { background-color: #01A26F; }
a { background-color: rgb(1,162,111); }
div.DivClassName
{
background-color: #01A26F;
}
.BgClassName
{
background-color: #01A26F;
}
</style>
border-color css
<style>
span { border-color: #01A26F; }
span { border-color: rgb(1,162,111); }
td.TdClassName
{
border-color: #01A26F;
}
.TagClassName
{
border-color: #01A26F;
}
</style>