Shades of Jade #00A46C
Tints of Jade #00A46C
RGB
CMYK
RGB Variations
Color information
#00A46C (or 0x00A46C) is known color: Jade. HEX triplet: 00, A4 and 6C. RGB value is (0,164,108). Sum of RGB (Red+Green+Blue) = 0+164+108=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 164 (64.45% from 255 or 60.29% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 164 - color contains mainly: green. Hex color #00A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A46C is #FF5B93. Grayscale: #6C6C6C. Windows color (decimal): -16735124 or 7119872. OLE color: 7119872.
HSL color Cylindrical-coordinate representation of color #00A46C: hue angle of 159.51º 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 #00A46C is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 164 | 108 | - |
| CMYK | 1 | 0 | 0.34 | 0.36 |
| HSL | 159.51º | 1% | 0.32% | - |
| HSV(B) | 159.51º | 1% | 0.64% | - |
| XYZ | 15.98 | 27.63 | 18.68 | - |
| YUV | 108.58 | 127.67 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 164 | 108 | 1 | 0 | 0.34 | 0.36 | 159.51 | 1 | 0.32 |
| Hex | 0 | A4 | 6C | 64 | 0 | 22 | 24 | A0 | 64 | 20 |
| Octal | 0 | 244 | 154 | 144 | 0 | 42 | 44 | 240 | 144 | 40 |
| Binary | 0 | 10100100 | 1101100 | 1100100 | 0 | 100010 | 100100 | 10100000 | 1100100 | 100000 |
Color Harmonies of #00A46C
Complementary color
Monochromatic Colors of #00A46C
Black with #00A46C
Text Example
Text Example
White with #00A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A46C; }
p { color: rgb(0,164,108); }
H1.HeaderClassName
{
color: #00A46C;
}
.AnyTagClassName
{
color: #00A46C;
}
</style>
background-color css
<style>
a { background-color: #00A46C; }
a { background-color: rgb(0,164,108); }
div.DivClassName
{
background-color: #00A46C;
}
.BgClassName
{
background-color: #00A46C;
}
</style>
border-color css
<style>
span { border-color: #00A46C; }
span { border-color: rgb(0,164,108); }
td.TdClassName
{
border-color: #00A46C;
}
.TagClassName
{
border-color: #00A46C;
}
</style>