Shades of Jade #01AA76
Tints of Jade #01AA76
RGB
CMYK
RGB Variations
Color information
#01AA76 (or 0x01AA76) is known color: Jade. HEX triplet: 01, AA and 76. RGB value is (1,170,118). Sum of RGB (Red+Green+Blue) = 1+170+118=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA76 is #FE5589. Grayscale: #717171. Windows color (decimal): -16668042 or 7776769. OLE color: 7776769.
HSL color Cylindrical-coordinate representation of color #01AA76: hue angle of 161.54º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AA76 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 118 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.33 |
| HSL | 161.54º | 0.99% | 0.34% | - |
| HSV(B) | 161.54º | 0.99% | 0.67% | - |
| XYZ | 17.66 | 30.06 | 22.01 | - |
| YUV | 113.54 | 130.51 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 118 | 0.99 | 0 | 0.31 | 0.33 | 161.54 | 0.99 | 0.34 |
| Hex | 1 | AA | 76 | 63 | 0 | 1F | 21 | A2 | 63 | 22 |
| Octal | 1 | 252 | 166 | 143 | 0 | 37 | 41 | 242 | 143 | 42 |
| Binary | 1 | 10101010 | 1110110 | 1100011 | 0 | 11111 | 100001 | 10100010 | 1100011 | 100010 |
Color Harmonies of #01AA76
Complementary color
Monochromatic Colors of #01AA76
Black with #01AA76
Text Example
Text Example
White with #01AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA76; }
p { color: rgb(1,170,118); }
H1.HeaderClassName
{
color: #01AA76;
}
.AnyTagClassName
{
color: #01AA76;
}
</style>
background-color css
<style>
a { background-color: #01AA76; }
a { background-color: rgb(1,170,118); }
div.DivClassName
{
background-color: #01AA76;
}
.BgClassName
{
background-color: #01AA76;
}
</style>
border-color css
<style>
span { border-color: #01AA76; }
span { border-color: rgb(1,170,118); }
td.TdClassName
{
border-color: #01AA76;
}
.TagClassName
{
border-color: #01AA76;
}
</style>