Shades of Jade #06A46C
Tints of Jade #06A46C
RGB
CMYK
RGB Variations
Color information
#06A46C (or 0x06A46C) is known color: Jade. HEX triplet: 06, A4 and 6C. RGB value is (6,164,108). Sum of RGB (Red+Green+Blue) = 6+164+108=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #06A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A46C is #F95B93. Grayscale: #6E6E6E. Windows color (decimal): -16341908 or 7119878. OLE color: 7119878.
HSL color Cylindrical-coordinate representation of color #06A46C: hue angle of 158.73º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A46C is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 164 | 108 | - |
| CMYK | 0.96 | 0 | 0.34 | 0.36 |
| HSL | 158.73º | 0.93% | 0.33% | - |
| HSV(B) | 158.73º | 0.96% | 0.64% | - |
| XYZ | 16.06 | 27.67 | 18.68 | - |
| YUV | 110.37 | 126.65 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 164 | 108 | 0.96 | 0 | 0.34 | 0.36 | 158.73 | 0.93 | 0.33 |
| Hex | 6 | A4 | 6C | 60 | 0 | 22 | 24 | 9F | 5D | 21 |
| Octal | 6 | 244 | 154 | 140 | 0 | 42 | 44 | 237 | 135 | 41 |
| Binary | 110 | 10100100 | 1101100 | 1100000 | 0 | 100010 | 100100 | 10011111 | 1011101 | 100001 |
Color Harmonies of #06A46C
Complementary color
Monochromatic Colors of #06A46C
Black with #06A46C
Text Example
Text Example
White with #06A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A46C; }
p { color: rgb(6,164,108); }
H1.HeaderClassName
{
color: #06A46C;
}
.AnyTagClassName
{
color: #06A46C;
}
</style>
background-color css
<style>
a { background-color: #06A46C; }
a { background-color: rgb(6,164,108); }
div.DivClassName
{
background-color: #06A46C;
}
.BgClassName
{
background-color: #06A46C;
}
</style>
border-color css
<style>
span { border-color: #06A46C; }
span { border-color: rgb(6,164,108); }
td.TdClassName
{
border-color: #06A46C;
}
.TagClassName
{
border-color: #06A46C;
}
</style>