Shades of Jade #00AB78
Tints of Jade #00AB78
RGB
CMYK
RGB Variations
Color information
#00AB78 (or 0x00AB78) is known color: Jade. HEX triplet: 00, AB and 78. RGB value is (0,171,120). Sum of RGB (Red+Green+Blue) = 0+171+120=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AB78 is #FF5487. Grayscale: #727272. Windows color (decimal): -16733320 or 7908096. OLE color: 7908096.
HSL color Cylindrical-coordinate representation of color #00AB78: hue angle of 162.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AB78 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 171 | 120 | - |
| CMYK | 1 | 0 | 0.30 | 0.33 |
| HSL | 162.11º | 1% | 0.34% | - |
| HSV(B) | 162.11º | 1% | 0.67% | - |
| XYZ | 17.95 | 30.48 | 22.71 | - |
| YUV | 114.06 | 131.35 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 120 | 1 | 0 | 0.30 | 0.33 | 162.11 | 1 | 0.34 |
| Hex | 0 | AB | 78 | 64 | 0 | 1E | 21 | A2 | 64 | 22 |
| Octal | 0 | 253 | 170 | 144 | 0 | 36 | 41 | 242 | 144 | 42 |
| Binary | 0 | 10101011 | 1111000 | 1100100 | 0 | 11110 | 100001 | 10100010 | 1100100 | 100010 |
Color Harmonies of #00AB78
Complementary color
Monochromatic Colors of #00AB78
Black with #00AB78
Text Example
Text Example
White with #00AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AB78; }
p { color: rgb(0,171,120); }
H1.HeaderClassName
{
color: #00AB78;
}
.AnyTagClassName
{
color: #00AB78;
}
</style>
background-color css
<style>
a { background-color: #00AB78; }
a { background-color: rgb(0,171,120); }
div.DivClassName
{
background-color: #00AB78;
}
.BgClassName
{
background-color: #00AB78;
}
</style>
border-color css
<style>
span { border-color: #00AB78; }
span { border-color: rgb(0,171,120); }
td.TdClassName
{
border-color: #00AB78;
}
.TagClassName
{
border-color: #00AB78;
}
</style>