Shades of Jade #06C164
Tints of Jade #06C164
RGB
CMYK
RGB Variations
Color information
#06C164 (or 0x06C164) is known color: Jade. HEX triplet: 06, C1 and 64. RGB value is (6,193,100). Sum of RGB (Red+Green+Blue) = 6+193+100=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #06C164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C164 is #F93E9B. Grayscale: #7E7E7E. Windows color (decimal): -16334492 or 6603014. OLE color: 6603014.
HSL color Cylindrical-coordinate representation of color #06C164: hue angle of 150.16º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C164 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 100 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.24 |
| HSL | 150.16º | 0.94% | 0.39% | - |
| HSV(B) | 150.16º | 0.97% | 0.76% | - |
| XYZ | 21.45 | 39.1 | 18.47 | - |
| YUV | 126.49 | 113.05 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 100 | 0.97 | 0 | 0.48 | 0.24 | 150.16 | 0.94 | 0.39 |
| Hex | 6 | C1 | 64 | 61 | 0 | 30 | 18 | 96 | 5E | 27 |
| Octal | 6 | 301 | 144 | 141 | 0 | 60 | 30 | 226 | 136 | 47 |
| Binary | 110 | 11000001 | 1100100 | 1100001 | 0 | 110000 | 11000 | 10010110 | 1011110 | 100111 |
Color Harmonies of #06C164
Complementary color
Monochromatic Colors of #06C164
Black with #06C164
Text Example
Text Example
White with #06C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C164; }
p { color: rgb(6,193,100); }
H1.HeaderClassName
{
color: #06C164;
}
.AnyTagClassName
{
color: #06C164;
}
</style>
background-color css
<style>
a { background-color: #06C164; }
a { background-color: rgb(6,193,100); }
div.DivClassName
{
background-color: #06C164;
}
.BgClassName
{
background-color: #06C164;
}
</style>
border-color css
<style>
span { border-color: #06C164; }
span { border-color: rgb(6,193,100); }
td.TdClassName
{
border-color: #06C164;
}
.TagClassName
{
border-color: #06C164;
}
</style>