Shades of Jade #06AB6E
Tints of Jade #06AB6E
RGB
CMYK
RGB Variations
Color information
#06AB6E (or 0x06AB6E) is known color: Jade. HEX triplet: 06, AB and 6E. RGB value is (6,171,110). Sum of RGB (Red+Green+Blue) = 6+171+110=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AB6E is #F95491. Grayscale: #727272. Windows color (decimal): -16340114 or 7252742. OLE color: 7252742.
HSL color Cylindrical-coordinate representation of color #06AB6E: hue angle of 157.82º 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 #06AB6E is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 171 | 110 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.33 |
| HSL | 157.82º | 0.93% | 0.35% | - |
| HSV(B) | 157.82º | 0.96% | 0.67% | - |
| XYZ | 17.45 | 30.29 | 19.68 | - |
| YUV | 114.71 | 125.34 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 110 | 0.96 | 0 | 0.36 | 0.33 | 157.82 | 0.93 | 0.35 |
| Hex | 6 | AB | 6E | 60 | 0 | 24 | 21 | 9E | 5D | 23 |
| Octal | 6 | 253 | 156 | 140 | 0 | 44 | 41 | 236 | 135 | 43 |
| Binary | 110 | 10101011 | 1101110 | 1100000 | 0 | 100100 | 100001 | 10011110 | 1011101 | 100011 |
Color Harmonies of #06AB6E
Complementary color
Monochromatic Colors of #06AB6E
Black with #06AB6E
Text Example
Text Example
White with #06AB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AB6E; }
p { color: rgb(6,171,110); }
H1.HeaderClassName
{
color: #06AB6E;
}
.AnyTagClassName
{
color: #06AB6E;
}
</style>
background-color css
<style>
a { background-color: #06AB6E; }
a { background-color: rgb(6,171,110); }
div.DivClassName
{
background-color: #06AB6E;
}
.BgClassName
{
background-color: #06AB6E;
}
</style>
border-color css
<style>
span { border-color: #06AB6E; }
span { border-color: rgb(6,171,110); }
td.TdClassName
{
border-color: #06AB6E;
}
.TagClassName
{
border-color: #06AB6E;
}
</style>