Shades of Jade #00A872
Tints of Jade #00A872
RGB
CMYK
RGB Variations
Color information
#00A872 (or 0x00A872) is known color: Jade. HEX triplet: 00, A8 and 72. RGB value is (0,168,114). Sum of RGB (Red+Green+Blue) = 0+168+114=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 168 (66.02% from 255 or 59.57% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 168 - color contains mainly: green. Hex color #00A872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A872 is #FF578D. Grayscale: #6F6F6F. Windows color (decimal): -16734094 or 7514112. OLE color: 7514112.
HSL color Cylindrical-coordinate representation of color #00A872: hue angle of 160.71º 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 #00A872 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 114 | - |
| CMYK | 1 | 0 | 0.32 | 0.34 |
| HSL | 160.71º | 1% | 0.33% | - |
| HSV(B) | 160.71º | 1% | 0.66% | - |
| XYZ | 17.04 | 29.22 | 20.66 | - |
| YUV | 111.61 | 129.34 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 114 | 1 | 0 | 0.32 | 0.34 | 160.71 | 1 | 0.33 |
| Hex | 0 | A8 | 72 | 64 | 0 | 20 | 22 | A1 | 64 | 21 |
| Octal | 0 | 250 | 162 | 144 | 0 | 40 | 42 | 241 | 144 | 41 |
| Binary | 0 | 10101000 | 1110010 | 1100100 | 0 | 100000 | 100010 | 10100001 | 1100100 | 100001 |
Color Harmonies of #00A872
Complementary color
Monochromatic Colors of #00A872
Black with #00A872
Text Example
Text Example
White with #00A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A872; }
p { color: rgb(0,168,114); }
H1.HeaderClassName
{
color: #00A872;
}
.AnyTagClassName
{
color: #00A872;
}
</style>
background-color css
<style>
a { background-color: #00A872; }
a { background-color: rgb(0,168,114); }
div.DivClassName
{
background-color: #00A872;
}
.BgClassName
{
background-color: #00A872;
}
</style>
border-color css
<style>
span { border-color: #00A872; }
span { border-color: rgb(0,168,114); }
td.TdClassName
{
border-color: #00A872;
}
.TagClassName
{
border-color: #00A872;
}
</style>