Shades of Jade #06C56C
Tints of Jade #06C56C
RGB
CMYK
RGB Variations
Color information
#06C56C (or 0x06C56C) is known color: Jade. HEX triplet: 06, C5 and 6C. RGB value is (6,197,108). Sum of RGB (Red+Green+Blue) = 6+197+108=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #06C56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C56C is #F93A93. Grayscale: #818181. Windows color (decimal): -16333460 or 7128326. OLE color: 7128326.
HSL color Cylindrical-coordinate representation of color #06C56C: hue angle of 152.04º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C56C is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 108 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.23 |
| HSL | 152.04º | 0.94% | 0.4% | - |
| HSV(B) | 152.04º | 0.97% | 0.77% | - |
| XYZ | 22.75 | 41.05 | 20.91 | - |
| YUV | 129.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 108 | 0.97 | 0 | 0.45 | 0.23 | 152.04 | 0.94 | 0.4 |
| Hex | 6 | C5 | 6C | 61 | 0 | 2D | 17 | 98 | 5E | 28 |
| Octal | 6 | 305 | 154 | 141 | 0 | 55 | 27 | 230 | 136 | 50 |
| Binary | 110 | 11000101 | 1101100 | 1100001 | 0 | 101101 | 10111 | 10011000 | 1011110 | 101000 |
Color Harmonies of #06C56C
Complementary color
Monochromatic Colors of #06C56C
Black with #06C56C
Text Example
Text Example
White with #06C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C56C; }
p { color: rgb(6,197,108); }
H1.HeaderClassName
{
color: #06C56C;
}
.AnyTagClassName
{
color: #06C56C;
}
</style>
background-color css
<style>
a { background-color: #06C56C; }
a { background-color: rgb(6,197,108); }
div.DivClassName
{
background-color: #06C56C;
}
.BgClassName
{
background-color: #06C56C;
}
</style>
border-color css
<style>
span { border-color: #06C56C; }
span { border-color: rgb(6,197,108); }
td.TdClassName
{
border-color: #06C56C;
}
.TagClassName
{
border-color: #06C56C;
}
</style>