Shades of Jade #00A976
Tints of Jade #00A976
RGB
CMYK
RGB Variations
Color information
#00A976 (or 0x00A976) is known color: Jade. HEX triplet: 00, A9 and 76. RGB value is (0,169,118). Sum of RGB (Red+Green+Blue) = 0+169+118=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 169 (66.41% from 255 or 58.89% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 169 - color contains mainly: green. Hex color #00A976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A976 is #FF5689. Grayscale: #707070. Windows color (decimal): -16733834 or 7776512. OLE color: 7776512.
HSL color Cylindrical-coordinate representation of color #00A976: hue angle of 161.89º 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 #00A976 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 118 | - |
| CMYK | 1 | 0 | 0.30 | 0.34 |
| HSL | 161.89º | 1% | 0.33% | - |
| HSV(B) | 161.89º | 1% | 0.66% | - |
| XYZ | 17.46 | 29.68 | 21.95 | - |
| YUV | 112.66 | 131.01 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 118 | 1 | 0 | 0.30 | 0.34 | 161.89 | 1 | 0.33 |
| Hex | 0 | A9 | 76 | 64 | 0 | 1E | 22 | A2 | 64 | 21 |
| Octal | 0 | 251 | 166 | 144 | 0 | 36 | 42 | 242 | 144 | 41 |
| Binary | 0 | 10101001 | 1110110 | 1100100 | 0 | 11110 | 100010 | 10100010 | 1100100 | 100001 |
Color Harmonies of #00A976
Complementary color
Monochromatic Colors of #00A976
Black with #00A976
Text Example
Text Example
White with #00A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A976; }
p { color: rgb(0,169,118); }
H1.HeaderClassName
{
color: #00A976;
}
.AnyTagClassName
{
color: #00A976;
}
</style>
background-color css
<style>
a { background-color: #00A976; }
a { background-color: rgb(0,169,118); }
div.DivClassName
{
background-color: #00A976;
}
.BgClassName
{
background-color: #00A976;
}
</style>
border-color css
<style>
span { border-color: #00A976; }
span { border-color: rgb(0,169,118); }
td.TdClassName
{
border-color: #00A976;
}
.TagClassName
{
border-color: #00A976;
}
</style>