Shades of Jade #01AA63
Tints of Jade #01AA63
RGB
CMYK
RGB Variations
Color information
#01AA63 (or 0x01AA63) is known color: Jade. HEX triplet: 01, AA and 63. RGB value is (1,170,99). Sum of RGB (Red+Green+Blue) = 1+170+99=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA63 is #FE559C. Grayscale: #6F6F6F. Windows color (decimal): -16668061 or 6531585. OLE color: 6531585.
HSL color Cylindrical-coordinate representation of color #01AA63: hue angle of 154.79º 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 #01AA63 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 99 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.33 |
| HSL | 154.79º | 0.99% | 0.34% | - |
| HSV(B) | 154.79º | 0.99% | 0.67% | - |
| XYZ | 16.64 | 29.66 | 16.65 | - |
| YUV | 111.38 | 121.01 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 99 | 0.99 | 0 | 0.42 | 0.33 | 154.79 | 0.99 | 0.34 |
| Hex | 1 | AA | 63 | 63 | 0 | 2A | 21 | 9B | 63 | 22 |
| Octal | 1 | 252 | 143 | 143 | 0 | 52 | 41 | 233 | 143 | 42 |
| Binary | 1 | 10101010 | 1100011 | 1100011 | 0 | 101010 | 100001 | 10011011 | 1100011 | 100010 |
Color Harmonies of #01AA63
Complementary color
Monochromatic Colors of #01AA63
Black with #01AA63
Text Example
Text Example
White with #01AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA63; }
p { color: rgb(1,170,99); }
H1.HeaderClassName
{
color: #01AA63;
}
.AnyTagClassName
{
color: #01AA63;
}
</style>
background-color css
<style>
a { background-color: #01AA63; }
a { background-color: rgb(1,170,99); }
div.DivClassName
{
background-color: #01AA63;
}
.BgClassName
{
background-color: #01AA63;
}
</style>
border-color css
<style>
span { border-color: #01AA63; }
span { border-color: rgb(1,170,99); }
td.TdClassName
{
border-color: #01AA63;
}
.TagClassName
{
border-color: #01AA63;
}
</style>