Shades of Jade #06C466
Tints of Jade #06C466
RGB
CMYK
RGB Variations
Color information
#06C466 (or 0x06C466) is known color: Jade. HEX triplet: 06, C4 and 66. RGB value is (6,196,102). Sum of RGB (Red+Green+Blue) = 6+196+102=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #06C466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C466 is #F93B99. Grayscale: #808080. Windows color (decimal): -16333722 or 6734854. OLE color: 6734854.
HSL color Cylindrical-coordinate representation of color #06C466: hue angle of 150.32º 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 #06C466 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 196 | 102 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.23 |
| HSL | 150.32º | 0.94% | 0.4% | - |
| HSV(B) | 150.32º | 0.97% | 0.77% | - |
| XYZ | 22.21 | 40.48 | 19.21 | - |
| YUV | 128.47 | 113.05 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 196 | 102 | 0.97 | 0 | 0.48 | 0.23 | 150.32 | 0.94 | 0.4 |
| Hex | 6 | C4 | 66 | 61 | 0 | 30 | 17 | 96 | 5E | 28 |
| Octal | 6 | 304 | 146 | 141 | 0 | 60 | 27 | 226 | 136 | 50 |
| Binary | 110 | 11000100 | 1100110 | 1100001 | 0 | 110000 | 10111 | 10010110 | 1011110 | 101000 |
Color Harmonies of #06C466
Complementary color
Monochromatic Colors of #06C466
Black with #06C466
Text Example
Text Example
White with #06C466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C466; }
p { color: rgb(6,196,102); }
H1.HeaderClassName
{
color: #06C466;
}
.AnyTagClassName
{
color: #06C466;
}
</style>
background-color css
<style>
a { background-color: #06C466; }
a { background-color: rgb(6,196,102); }
div.DivClassName
{
background-color: #06C466;
}
.BgClassName
{
background-color: #06C466;
}
</style>
border-color css
<style>
span { border-color: #06C466; }
span { border-color: rgb(6,196,102); }
td.TdClassName
{
border-color: #06C466;
}
.TagClassName
{
border-color: #06C466;
}
</style>