Shades of Jade #00A46D
Tints of Jade #00A46D
RGB
CMYK
RGB Variations
Color information
#00A46D (or 0x00A46D) is known color: Jade. HEX triplet: 00, A4 and 6D. RGB value is (0,164,109). Sum of RGB (Red+Green+Blue) = 0+164+109=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #00A46D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A46D is #FF5B92. Grayscale: #6C6C6C. Windows color (decimal): -16735123 or 7185408. OLE color: 7185408.
HSL color Cylindrical-coordinate representation of color #00A46D: hue angle of 159.88º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A46D is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 164 | 109 | - |
| CMYK | 1 | 0 | 0.34 | 0.36 |
| HSL | 159.88º | 1% | 0.32% | - |
| HSV(B) | 159.88º | 1% | 0.64% | - |
| XYZ | 16.04 | 27.66 | 18.96 | - |
| YUV | 108.69 | 128.17 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 164 | 109 | 1 | 0 | 0.34 | 0.36 | 159.88 | 1 | 0.32 |
| Hex | 0 | A4 | 6D | 64 | 0 | 22 | 24 | A0 | 64 | 20 |
| Octal | 0 | 244 | 155 | 144 | 0 | 42 | 44 | 240 | 144 | 40 |
| Binary | 0 | 10100100 | 1101101 | 1100100 | 0 | 100010 | 100100 | 10100000 | 1100100 | 100000 |
Color Harmonies of #00A46D
Complementary color
Monochromatic Colors of #00A46D
Black with #00A46D
Text Example
Text Example
White with #00A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A46D; }
p { color: rgb(0,164,109); }
H1.HeaderClassName
{
color: #00A46D;
}
.AnyTagClassName
{
color: #00A46D;
}
</style>
background-color css
<style>
a { background-color: #00A46D; }
a { background-color: rgb(0,164,109); }
div.DivClassName
{
background-color: #00A46D;
}
.BgClassName
{
background-color: #00A46D;
}
</style>
border-color css
<style>
span { border-color: #00A46D; }
span { border-color: rgb(0,164,109); }
td.TdClassName
{
border-color: #00A46D;
}
.TagClassName
{
border-color: #00A46D;
}
</style>