Shades of Jade #00A66F
Tints of Jade #00A66F
RGB
CMYK
RGB Variations
Color information
#00A66F (or 0x00A66F) is known color: Jade. HEX triplet: 00, A6 and 6F. RGB value is (0,166,111). Sum of RGB (Red+Green+Blue) = 0+166+111=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 166 (65.23% from 255 or 59.93% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 166 - color contains mainly: green. Hex color #00A66F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A66F is #FF5990. Grayscale: #6E6E6E. Windows color (decimal): -16734609 or 7316992. OLE color: 7316992.
HSL color Cylindrical-coordinate representation of color #00A66F: hue angle of 160.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A66F is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 166 | 111 | - |
| CMYK | 1 | 0 | 0.33 | 0.35 |
| HSL | 160.12º | 1% | 0.33% | - |
| HSV(B) | 160.12º | 1% | 0.65% | - |
| XYZ | 16.51 | 28.42 | 19.65 | - |
| YUV | 110.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 111 | 1 | 0 | 0.33 | 0.35 | 160.12 | 1 | 0.33 |
| Hex | 0 | A6 | 6F | 64 | 0 | 21 | 23 | A0 | 64 | 21 |
| Octal | 0 | 246 | 157 | 144 | 0 | 41 | 43 | 240 | 144 | 41 |
| Binary | 0 | 10100110 | 1101111 | 1100100 | 0 | 100001 | 100011 | 10100000 | 1100100 | 100001 |
Color Harmonies of #00A66F
Complementary color
Monochromatic Colors of #00A66F
Black with #00A66F
Text Example
Text Example
White with #00A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A66F; }
p { color: rgb(0,166,111); }
H1.HeaderClassName
{
color: #00A66F;
}
.AnyTagClassName
{
color: #00A66F;
}
</style>
background-color css
<style>
a { background-color: #00A66F; }
a { background-color: rgb(0,166,111); }
div.DivClassName
{
background-color: #00A66F;
}
.BgClassName
{
background-color: #00A66F;
}
</style>
border-color css
<style>
span { border-color: #00A66F; }
span { border-color: rgb(0,166,111); }
td.TdClassName
{
border-color: #00A66F;
}
.TagClassName
{
border-color: #00A66F;
}
</style>