Shades of Jade #00A771
Tints of Jade #00A771
RGB
CMYK
RGB Variations
Color information
#00A771 (or 0x00A771) is known color: Jade. HEX triplet: 00, A7 and 71. RGB value is (0,167,113). Sum of RGB (Red+Green+Blue) = 0+167+113=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 167 (65.62% from 255 or 59.64% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 167 - color contains mainly: green. Hex color #00A771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A771 is #FF588E. Grayscale: #6E6E6E. Windows color (decimal): -16734351 or 7448320. OLE color: 7448320.
HSL color Cylindrical-coordinate representation of color #00A771: hue angle of 160.6º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A771 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 167 | 113 | - |
| CMYK | 1 | 0 | 0.32 | 0.35 |
| HSL | 160.6º | 1% | 0.33% | - |
| HSV(B) | 160.6º | 1% | 0.65% | - |
| XYZ | 16.8 | 28.83 | 20.3 | - |
| YUV | 110.91 | 129.17 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 113 | 1 | 0 | 0.32 | 0.35 | 160.6 | 1 | 0.33 |
| Hex | 0 | A7 | 71 | 64 | 0 | 20 | 23 | A1 | 64 | 21 |
| Octal | 0 | 247 | 161 | 144 | 0 | 40 | 43 | 241 | 144 | 41 |
| Binary | 0 | 10100111 | 1110001 | 1100100 | 0 | 100000 | 100011 | 10100001 | 1100100 | 100001 |
Color Harmonies of #00A771
Complementary color
Monochromatic Colors of #00A771
Black with #00A771
Text Example
Text Example
White with #00A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A771; }
p { color: rgb(0,167,113); }
H1.HeaderClassName
{
color: #00A771;
}
.AnyTagClassName
{
color: #00A771;
}
</style>
background-color css
<style>
a { background-color: #00A771; }
a { background-color: rgb(0,167,113); }
div.DivClassName
{
background-color: #00A771;
}
.BgClassName
{
background-color: #00A771;
}
</style>
border-color css
<style>
span { border-color: #00A771; }
span { border-color: rgb(0,167,113); }
td.TdClassName
{
border-color: #00A771;
}
.TagClassName
{
border-color: #00A771;
}
</style>