Shades of Jade #00A862
Tints of Jade #00A862
RGB
CMYK
RGB Variations
Color information
#00A862 (or 0x00A862) is known color: Jade. HEX triplet: 00, A8 and 62. RGB value is (0,168,98). Sum of RGB (Red+Green+Blue) = 0+168+98=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 168 (66.02% from 255 or 63.16% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 168 - color contains mainly: green. Hex color #00A862 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A862 is #FF579D. Grayscale: #6D6D6D. Windows color (decimal): -16734110 or 6465536. OLE color: 6465536.
HSL color Cylindrical-coordinate representation of color #00A862: hue angle of 155º 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 #00A862 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 98 | - |
| CMYK | 1 | 0 | 0.42 | 0.34 |
| HSL | 155º | 1% | 0.33% | - |
| HSV(B) | 155º | 1% | 0.66% | - |
| XYZ | 16.21 | 28.89 | 16.28 | - |
| YUV | 109.79 | 121.34 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 98 | 1 | 0 | 0.42 | 0.34 | 155 | 1 | 0.33 |
| Hex | 0 | A8 | 62 | 64 | 0 | 2A | 22 | 9B | 64 | 21 |
| Octal | 0 | 250 | 142 | 144 | 0 | 52 | 42 | 233 | 144 | 41 |
| Binary | 0 | 10101000 | 1100010 | 1100100 | 0 | 101010 | 100010 | 10011011 | 1100100 | 100001 |
Color Harmonies of #00A862
Complementary color
Monochromatic Colors of #00A862
Black with #00A862
Text Example
Text Example
White with #00A862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A862; }
p { color: rgb(0,168,98); }
H1.HeaderClassName
{
color: #00A862;
}
.AnyTagClassName
{
color: #00A862;
}
</style>
background-color css
<style>
a { background-color: #00A862; }
a { background-color: rgb(0,168,98); }
div.DivClassName
{
background-color: #00A862;
}
.BgClassName
{
background-color: #00A862;
}
</style>
border-color css
<style>
span { border-color: #00A862; }
span { border-color: rgb(0,168,98); }
td.TdClassName
{
border-color: #00A862;
}
.TagClassName
{
border-color: #00A862;
}
</style>