Shades of Jade #06C366
Tints of Jade #06C366
RGB
CMYK
RGB Variations
Color information
#06C366 (or 0x06C366) is known color: Jade. HEX triplet: 06, C3 and 66. RGB value is (6,195,102). Sum of RGB (Red+Green+Blue) = 6+195+102=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #06C366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C366 is #F93C99. Grayscale: #808080. Windows color (decimal): -16333978 or 6734598. OLE color: 6734598.
HSL color Cylindrical-coordinate representation of color #06C366: hue angle of 150.48º 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 #06C366 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 102 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.24 |
| HSL | 150.48º | 0.94% | 0.39% | - |
| HSV(B) | 150.48º | 0.97% | 0.76% | - |
| XYZ | 21.99 | 40.03 | 19.14 | - |
| YUV | 127.89 | 113.38 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 102 | 0.97 | 0 | 0.48 | 0.24 | 150.48 | 0.94 | 0.39 |
| Hex | 6 | C3 | 66 | 61 | 0 | 30 | 18 | 96 | 5E | 27 |
| Octal | 6 | 303 | 146 | 141 | 0 | 60 | 30 | 226 | 136 | 47 |
| Binary | 110 | 11000011 | 1100110 | 1100001 | 0 | 110000 | 11000 | 10010110 | 1011110 | 100111 |
Color Harmonies of #06C366
Complementary color
Monochromatic Colors of #06C366
Black with #06C366
Text Example
Text Example
White with #06C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C366; }
p { color: rgb(6,195,102); }
H1.HeaderClassName
{
color: #06C366;
}
.AnyTagClassName
{
color: #06C366;
}
</style>
background-color css
<style>
a { background-color: #06C366; }
a { background-color: rgb(6,195,102); }
div.DivClassName
{
background-color: #06C366;
}
.BgClassName
{
background-color: #06C366;
}
</style>
border-color css
<style>
span { border-color: #06C366; }
span { border-color: rgb(6,195,102); }
td.TdClassName
{
border-color: #06C366;
}
.TagClassName
{
border-color: #06C366;
}
</style>