Shades of Jade #00AA64
Tints of Jade #00AA64
RGB
CMYK
RGB Variations
Color information
#00AA64 (or 0x00AA64) is known color: Jade. HEX triplet: 00, AA and 64. RGB value is (0,170,100). Sum of RGB (Red+Green+Blue) = 0+170+100=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA64 is #FF559B. Grayscale: #6F6F6F. Windows color (decimal): -16733596 or 6597120. OLE color: 6597120.
HSL color Cylindrical-coordinate representation of color #00AA64: hue angle of 155.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA64 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 100 | - |
| CMYK | 1 | 0 | 0.41 | 0.33 |
| HSL | 155.29º | 1% | 0.33% | - |
| HSV(B) | 155.29º | 1% | 0.67% | - |
| XYZ | 16.67 | 29.67 | 16.9 | - |
| YUV | 111.19 | 121.68 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 100 | 1 | 0 | 0.41 | 0.33 | 155.29 | 1 | 0.33 |
| Hex | 0 | AA | 64 | 64 | 0 | 29 | 21 | 9B | 64 | 21 |
| Octal | 0 | 252 | 144 | 144 | 0 | 51 | 41 | 233 | 144 | 41 |
| Binary | 0 | 10101010 | 1100100 | 1100100 | 0 | 101001 | 100001 | 10011011 | 1100100 | 100001 |
Color Harmonies of #00AA64
Complementary color
Monochromatic Colors of #00AA64
Black with #00AA64
Text Example
Text Example
White with #00AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA64; }
p { color: rgb(0,170,100); }
H1.HeaderClassName
{
color: #00AA64;
}
.AnyTagClassName
{
color: #00AA64;
}
</style>
background-color css
<style>
a { background-color: #00AA64; }
a { background-color: rgb(0,170,100); }
div.DivClassName
{
background-color: #00AA64;
}
.BgClassName
{
background-color: #00AA64;
}
</style>
border-color css
<style>
span { border-color: #00AA64; }
span { border-color: rgb(0,170,100); }
td.TdClassName
{
border-color: #00AA64;
}
.TagClassName
{
border-color: #00AA64;
}
</style>