Shades of Jade #00A96B
Tints of Jade #00A96B
RGB
CMYK
RGB Variations
Color information
#00A96B (or 0x00A96B) is known color: Jade. HEX triplet: 00, A9 and 6B. RGB value is (0,169,107). Sum of RGB (Red+Green+Blue) = 0+169+107=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 169 (66.41% from 255 or 61.23% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 169 - color contains mainly: green. Hex color #00A96B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A96B is #FF5694. Grayscale: #6F6F6F. Windows color (decimal): -16733845 or 7055616. OLE color: 7055616.
HSL color Cylindrical-coordinate representation of color #00A96B: hue angle of 157.99º 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 #00A96B is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 107 | - |
| CMYK | 1 | 0 | 0.37 | 0.34 |
| HSL | 157.99º | 1% | 0.33% | - |
| HSV(B) | 157.99º | 1% | 0.66% | - |
| XYZ | 16.84 | 29.44 | 18.7 | - |
| YUV | 111.4 | 125.51 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 107 | 1 | 0 | 0.37 | 0.34 | 157.99 | 1 | 0.33 |
| Hex | 0 | A9 | 6B | 64 | 0 | 25 | 22 | 9E | 64 | 21 |
| Octal | 0 | 251 | 153 | 144 | 0 | 45 | 42 | 236 | 144 | 41 |
| Binary | 0 | 10101001 | 1101011 | 1100100 | 0 | 100101 | 100010 | 10011110 | 1100100 | 100001 |
Color Harmonies of #00A96B
Complementary color
Monochromatic Colors of #00A96B
Black with #00A96B
Text Example
Text Example
White with #00A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A96B; }
p { color: rgb(0,169,107); }
H1.HeaderClassName
{
color: #00A96B;
}
.AnyTagClassName
{
color: #00A96B;
}
</style>
background-color css
<style>
a { background-color: #00A96B; }
a { background-color: rgb(0,169,107); }
div.DivClassName
{
background-color: #00A96B;
}
.BgClassName
{
background-color: #00A96B;
}
</style>
border-color css
<style>
span { border-color: #00A96B; }
span { border-color: rgb(0,169,107); }
td.TdClassName
{
border-color: #00A96B;
}
.TagClassName
{
border-color: #00A96B;
}
</style>