Shades of Jade #06AA63
Tints of Jade #06AA63
RGB
CMYK
RGB Variations
Color information
#06AA63 (or 0x06AA63) is known color: Jade. HEX triplet: 06, AA and 63. RGB value is (6,170,99). Sum of RGB (Red+Green+Blue) = 6+170+99=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AA63 is #F9559C. Grayscale: #707070. Windows color (decimal): -16340381 or 6531590. OLE color: 6531590.
HSL color Cylindrical-coordinate representation of color #06AA63: hue angle of 154.02º 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 #06AA63 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 170 | 99 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.33 |
| HSL | 154.02º | 0.93% | 0.35% | - |
| HSV(B) | 154.02º | 0.96% | 0.67% | - |
| XYZ | 16.7 | 29.69 | 16.65 | - |
| YUV | 112.87 | 120.17 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 99 | 0.96 | 0 | 0.42 | 0.33 | 154.02 | 0.93 | 0.35 |
| Hex | 6 | AA | 63 | 60 | 0 | 2A | 21 | 9A | 5D | 23 |
| Octal | 6 | 252 | 143 | 140 | 0 | 52 | 41 | 232 | 135 | 43 |
| Binary | 110 | 10101010 | 1100011 | 1100000 | 0 | 101010 | 100001 | 10011010 | 1011101 | 100011 |
Color Harmonies of #06AA63
Complementary color
Monochromatic Colors of #06AA63
Black with #06AA63
Text Example
Text Example
White with #06AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AA63; }
p { color: rgb(6,170,99); }
H1.HeaderClassName
{
color: #06AA63;
}
.AnyTagClassName
{
color: #06AA63;
}
</style>
background-color css
<style>
a { background-color: #06AA63; }
a { background-color: rgb(6,170,99); }
div.DivClassName
{
background-color: #06AA63;
}
.BgClassName
{
background-color: #06AA63;
}
</style>
border-color css
<style>
span { border-color: #06AA63; }
span { border-color: rgb(6,170,99); }
td.TdClassName
{
border-color: #06AA63;
}
.TagClassName
{
border-color: #06AA63;
}
</style>