Shades of Jade #06AA65
Tints of Jade #06AA65
RGB
CMYK
RGB Variations
Color information
#06AA65 (or 0x06AA65) is known color: Jade. HEX triplet: 06, AA and 65. RGB value is (6,170,101). Sum of RGB (Red+Green+Blue) = 6+170+101=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AA65 is #F9559A. Grayscale: #717171. Windows color (decimal): -16340379 or 6662662. OLE color: 6662662.
HSL color Cylindrical-coordinate representation of color #06AA65: hue angle of 154.76º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AA65 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 170 | 101 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.33 |
| HSL | 154.76º | 0.93% | 0.35% | - |
| HSV(B) | 154.76º | 0.96% | 0.67% | - |
| XYZ | 16.8 | 29.73 | 17.16 | - |
| YUV | 113.1 | 121.17 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 101 | 0.96 | 0 | 0.41 | 0.33 | 154.76 | 0.93 | 0.35 |
| Hex | 6 | AA | 65 | 60 | 0 | 29 | 21 | 9B | 5D | 23 |
| Octal | 6 | 252 | 145 | 140 | 0 | 51 | 41 | 233 | 135 | 43 |
| Binary | 110 | 10101010 | 1100101 | 1100000 | 0 | 101001 | 100001 | 10011011 | 1011101 | 100011 |
Color Harmonies of #06AA65
Complementary color
Monochromatic Colors of #06AA65
Black with #06AA65
Text Example
Text Example
White with #06AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AA65; }
p { color: rgb(6,170,101); }
H1.HeaderClassName
{
color: #06AA65;
}
.AnyTagClassName
{
color: #06AA65;
}
</style>
background-color css
<style>
a { background-color: #06AA65; }
a { background-color: rgb(6,170,101); }
div.DivClassName
{
background-color: #06AA65;
}
.BgClassName
{
background-color: #06AA65;
}
</style>
border-color css
<style>
span { border-color: #06AA65; }
span { border-color: rgb(6,170,101); }
td.TdClassName
{
border-color: #06AA65;
}
.TagClassName
{
border-color: #06AA65;
}
</style>