Shades of Jade #00A871
Tints of Jade #00A871
RGB
CMYK
RGB Variations
Color information
#00A871 (or 0x00A871) is known color: Jade. HEX triplet: 00, A8 and 71. RGB value is (0,168,113). Sum of RGB (Red+Green+Blue) = 0+168+113=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #00A871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A871 is #FF578E. Grayscale: #6F6F6F. Windows color (decimal): -16734095 or 7448576. OLE color: 7448576.
HSL color Cylindrical-coordinate representation of color #00A871: hue angle of 160.36º 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 #00A871 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 113 | - |
| CMYK | 1 | 0 | 0.33 | 0.34 |
| HSL | 160.36º | 1% | 0.33% | - |
| HSV(B) | 160.36º | 1% | 0.66% | - |
| XYZ | 16.98 | 29.2 | 20.36 | - |
| YUV | 111.5 | 128.84 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 113 | 1 | 0 | 0.33 | 0.34 | 160.36 | 1 | 0.33 |
| Hex | 0 | A8 | 71 | 64 | 0 | 21 | 22 | A0 | 64 | 21 |
| Octal | 0 | 250 | 161 | 144 | 0 | 41 | 42 | 240 | 144 | 41 |
| Binary | 0 | 10101000 | 1110001 | 1100100 | 0 | 100001 | 100010 | 10100000 | 1100100 | 100001 |
Color Harmonies of #00A871
Complementary color
Monochromatic Colors of #00A871
Black with #00A871
Text Example
Text Example
White with #00A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A871; }
p { color: rgb(0,168,113); }
H1.HeaderClassName
{
color: #00A871;
}
.AnyTagClassName
{
color: #00A871;
}
</style>
background-color css
<style>
a { background-color: #00A871; }
a { background-color: rgb(0,168,113); }
div.DivClassName
{
background-color: #00A871;
}
.BgClassName
{
background-color: #00A871;
}
</style>
border-color css
<style>
span { border-color: #00A871; }
span { border-color: rgb(0,168,113); }
td.TdClassName
{
border-color: #00A871;
}
.TagClassName
{
border-color: #00A871;
}
</style>