Shades of Jade #06BC63
Tints of Jade #06BC63
RGB
CMYK
RGB Variations
Color information
#06BC63 (or 0x06BC63) is known color: Jade. HEX triplet: 06, BC and 63. RGB value is (6,188,99). Sum of RGB (Red+Green+Blue) = 6+188+99=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC63 is #F9439C. Grayscale: #7B7B7B. Windows color (decimal): -16335773 or 6536198. OLE color: 6536198.
HSL color Cylindrical-coordinate representation of color #06BC63: hue angle of 150.66º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC63 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 99 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.26 |
| HSL | 150.66º | 0.94% | 0.38% | - |
| HSV(B) | 150.66º | 0.97% | 0.74% | - |
| XYZ | 20.31 | 36.91 | 17.86 | - |
| YUV | 123.44 | 114.2 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 99 | 0.97 | 0 | 0.47 | 0.26 | 150.66 | 0.94 | 0.38 |
| Hex | 6 | BC | 63 | 61 | 0 | 2F | 1A | 97 | 5E | 26 |
| Octal | 6 | 274 | 143 | 141 | 0 | 57 | 32 | 227 | 136 | 46 |
| Binary | 110 | 10111100 | 1100011 | 1100001 | 0 | 101111 | 11010 | 10010111 | 1011110 | 100110 |
Color Harmonies of #06BC63
Complementary color
Monochromatic Colors of #06BC63
Black with #06BC63
Text Example
Text Example
White with #06BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BC63; }
p { color: rgb(6,188,99); }
H1.HeaderClassName
{
color: #06BC63;
}
.AnyTagClassName
{
color: #06BC63;
}
</style>
background-color css
<style>
a { background-color: #06BC63; }
a { background-color: rgb(6,188,99); }
div.DivClassName
{
background-color: #06BC63;
}
.BgClassName
{
background-color: #06BC63;
}
</style>
border-color css
<style>
span { border-color: #06BC63; }
span { border-color: rgb(6,188,99); }
td.TdClassName
{
border-color: #06BC63;
}
.TagClassName
{
border-color: #06BC63;
}
</style>