Shades of Jade #00A96A
Tints of Jade #00A96A
RGB
CMYK
RGB Variations
Color information
#00A96A (or 0x00A96A) is known color: Jade. HEX triplet: 00, A9 and 6A. RGB value is (0,169,106). Sum of RGB (Red+Green+Blue) = 0+169+106=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 169 (66.41% from 255 or 61.45% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 169 - color contains mainly: green. Hex color #00A96A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A96A is #FF5695. Grayscale: #6F6F6F. Windows color (decimal): -16733846 or 6990080. OLE color: 6990080.
HSL color Cylindrical-coordinate representation of color #00A96A: hue angle of 157.63º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A96A is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 106 | - |
| CMYK | 1 | 0 | 0.37 | 0.34 |
| HSL | 157.63º | 1% | 0.33% | - |
| HSV(B) | 157.63º | 1% | 0.66% | - |
| XYZ | 16.79 | 29.42 | 18.43 | - |
| YUV | 111.29 | 125.01 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 106 | 1 | 0 | 0.37 | 0.34 | 157.63 | 1 | 0.33 |
| Hex | 0 | A9 | 6A | 64 | 0 | 25 | 22 | 9E | 64 | 21 |
| Octal | 0 | 251 | 152 | 144 | 0 | 45 | 42 | 236 | 144 | 41 |
| Binary | 0 | 10101001 | 1101010 | 1100100 | 0 | 100101 | 100010 | 10011110 | 1100100 | 100001 |
Color Harmonies of #00A96A
Complementary color
Monochromatic Colors of #00A96A
Black with #00A96A
Text Example
Text Example
White with #00A96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A96A; }
p { color: rgb(0,169,106); }
H1.HeaderClassName
{
color: #00A96A;
}
.AnyTagClassName
{
color: #00A96A;
}
</style>
background-color css
<style>
a { background-color: #00A96A; }
a { background-color: rgb(0,169,106); }
div.DivClassName
{
background-color: #00A96A;
}
.BgClassName
{
background-color: #00A96A;
}
</style>
border-color css
<style>
span { border-color: #00A96A; }
span { border-color: rgb(0,169,106); }
td.TdClassName
{
border-color: #00A96A;
}
.TagClassName
{
border-color: #00A96A;
}
</style>