Shades of Jade #00AB60
Tints of Jade #00AB60
RGB
CMYK
RGB Variations
Color information
#00AB60 (or 0x00AB60) is known color: Jade. HEX triplet: 00, AB and 60. RGB value is (0,171,96). Sum of RGB (Red+Green+Blue) = 0+171+96=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AB60 is #FF549F. Grayscale: #6F6F6F. Windows color (decimal): -16733344 or 6335232. OLE color: 6335232.
HSL color Cylindrical-coordinate representation of color #00AB60: hue angle of 153.68º 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 #00AB60 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 171 | 96 | - |
| CMYK | 1 | 0 | 0.44 | 0.33 |
| HSL | 153.68º | 1% | 0.34% | - |
| HSV(B) | 153.68º | 1% | 0.67% | - |
| XYZ | 16.67 | 29.97 | 15.97 | - |
| YUV | 111.32 | 119.35 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 96 | 1 | 0 | 0.44 | 0.33 | 153.68 | 1 | 0.34 |
| Hex | 0 | AB | 60 | 64 | 0 | 2C | 21 | 9A | 64 | 22 |
| Octal | 0 | 253 | 140 | 144 | 0 | 54 | 41 | 232 | 144 | 42 |
| Binary | 0 | 10101011 | 1100000 | 1100100 | 0 | 101100 | 100001 | 10011010 | 1100100 | 100010 |
Color Harmonies of #00AB60
Complementary color
Monochromatic Colors of #00AB60
Black with #00AB60
Text Example
Text Example
White with #00AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AB60; }
p { color: rgb(0,171,96); }
H1.HeaderClassName
{
color: #00AB60;
}
.AnyTagClassName
{
color: #00AB60;
}
</style>
background-color css
<style>
a { background-color: #00AB60; }
a { background-color: rgb(0,171,96); }
div.DivClassName
{
background-color: #00AB60;
}
.BgClassName
{
background-color: #00AB60;
}
</style>
border-color css
<style>
span { border-color: #00AB60; }
span { border-color: rgb(0,171,96); }
td.TdClassName
{
border-color: #00AB60;
}
.TagClassName
{
border-color: #00AB60;
}
</style>