Shades of Jade #00A96F
Tints of Jade #00A96F
RGB
CMYK
RGB Variations
Color information
#00A96F (or 0x00A96F) is known color: Jade. HEX triplet: 00, A9 and 6F. RGB value is (0,169,111). Sum of RGB (Red+Green+Blue) = 0+169+111=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 169 (66.41% from 255 or 60.36% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 169 - color contains mainly: green. Hex color #00A96F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A96F is #FF5690. Grayscale: #6F6F6F. Windows color (decimal): -16733841 or 7317760. OLE color: 7317760.
HSL color Cylindrical-coordinate representation of color #00A96F: hue angle of 159.41º 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 #00A96F is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 111 | - |
| CMYK | 1 | 0 | 0.34 | 0.34 |
| HSL | 159.41º | 1% | 0.33% | - |
| HSV(B) | 159.41º | 1% | 0.66% | - |
| XYZ | 17.06 | 29.52 | 19.84 | - |
| YUV | 111.86 | 127.51 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 111 | 1 | 0 | 0.34 | 0.34 | 159.41 | 1 | 0.33 |
| Hex | 0 | A9 | 6F | 64 | 0 | 22 | 22 | 9F | 64 | 21 |
| Octal | 0 | 251 | 157 | 144 | 0 | 42 | 42 | 237 | 144 | 41 |
| Binary | 0 | 10101001 | 1101111 | 1100100 | 0 | 100010 | 100010 | 10011111 | 1100100 | 100001 |
Color Harmonies of #00A96F
Complementary color
Monochromatic Colors of #00A96F
Black with #00A96F
Text Example
Text Example
White with #00A96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A96F; }
p { color: rgb(0,169,111); }
H1.HeaderClassName
{
color: #00A96F;
}
.AnyTagClassName
{
color: #00A96F;
}
</style>
background-color css
<style>
a { background-color: #00A96F; }
a { background-color: rgb(0,169,111); }
div.DivClassName
{
background-color: #00A96F;
}
.BgClassName
{
background-color: #00A96F;
}
</style>
border-color css
<style>
span { border-color: #00A96F; }
span { border-color: rgb(0,169,111); }
td.TdClassName
{
border-color: #00A96F;
}
.TagClassName
{
border-color: #00A96F;
}
</style>