Shades of Jade #00A962
Tints of Jade #00A962
RGB
CMYK
RGB Variations
Color information
#00A962 (or 0x00A962) is known color: Jade. HEX triplet: 00, A9 and 62. RGB value is (0,169,98). Sum of RGB (Red+Green+Blue) = 0+169+98=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 169 (66.41% from 255 or 63.30% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 169 - color contains mainly: green. Hex color #00A962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A962 is #FF569D. Grayscale: #6E6E6E. Windows color (decimal): -16733854 or 6465792. OLE color: 6465792.
HSL color Cylindrical-coordinate representation of color #00A962: hue angle of 154.79º 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 #00A962 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 98 | - |
| CMYK | 1 | 0 | 0.42 | 0.34 |
| HSL | 154.79º | 1% | 0.33% | - |
| HSV(B) | 154.79º | 1% | 0.66% | - |
| XYZ | 16.39 | 29.26 | 16.34 | - |
| YUV | 110.38 | 121.01 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 98 | 1 | 0 | 0.42 | 0.34 | 154.79 | 1 | 0.33 |
| Hex | 0 | A9 | 62 | 64 | 0 | 2A | 22 | 9B | 64 | 21 |
| Octal | 0 | 251 | 142 | 144 | 0 | 52 | 42 | 233 | 144 | 41 |
| Binary | 0 | 10101001 | 1100010 | 1100100 | 0 | 101010 | 100010 | 10011011 | 1100100 | 100001 |
Color Harmonies of #00A962
Complementary color
Monochromatic Colors of #00A962
Black with #00A962
Text Example
Text Example
White with #00A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A962; }
p { color: rgb(0,169,98); }
H1.HeaderClassName
{
color: #00A962;
}
.AnyTagClassName
{
color: #00A962;
}
</style>
background-color css
<style>
a { background-color: #00A962; }
a { background-color: rgb(0,169,98); }
div.DivClassName
{
background-color: #00A962;
}
.BgClassName
{
background-color: #00A962;
}
</style>
border-color css
<style>
span { border-color: #00A962; }
span { border-color: rgb(0,169,98); }
td.TdClassName
{
border-color: #00A962;
}
.TagClassName
{
border-color: #00A962;
}
</style>