Shades of Jade #01BC6B
Tints of Jade #01BC6B
RGB
CMYK
RGB Variations
Color information
#01BC6B (or 0x01BC6B) is known color: Jade. HEX triplet: 01, BC and 6B. RGB value is (1,188,107). Sum of RGB (Red+Green+Blue) = 1+188+107=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC6B is #FE4394. Grayscale: #7A7A7A. Windows color (decimal): -16663445 or 7060481. OLE color: 7060481.
HSL color Cylindrical-coordinate representation of color #01BC6B: hue angle of 154.01º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC6B is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 107 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.26 |
| HSL | 154.01º | 0.99% | 0.37% | - |
| HSV(B) | 154.01º | 0.99% | 0.74% | - |
| XYZ | 20.65 | 37.03 | 19.97 | - |
| YUV | 122.85 | 119.05 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 107 | 0.99 | 0 | 0.43 | 0.26 | 154.01 | 0.99 | 0.37 |
| Hex | 1 | BC | 6B | 63 | 0 | 2B | 1A | 9A | 63 | 25 |
| Octal | 1 | 274 | 153 | 143 | 0 | 53 | 32 | 232 | 143 | 45 |
| Binary | 1 | 10111100 | 1101011 | 1100011 | 0 | 101011 | 11010 | 10011010 | 1100011 | 100101 |
Color Harmonies of #01BC6B
Complementary color
Monochromatic Colors of #01BC6B
Black with #01BC6B
Text Example
Text Example
White with #01BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC6B; }
p { color: rgb(1,188,107); }
H1.HeaderClassName
{
color: #01BC6B;
}
.AnyTagClassName
{
color: #01BC6B;
}
</style>
background-color css
<style>
a { background-color: #01BC6B; }
a { background-color: rgb(1,188,107); }
div.DivClassName
{
background-color: #01BC6B;
}
.BgClassName
{
background-color: #01BC6B;
}
</style>
border-color css
<style>
span { border-color: #01BC6B; }
span { border-color: rgb(1,188,107); }
td.TdClassName
{
border-color: #01BC6B;
}
.TagClassName
{
border-color: #01BC6B;
}
</style>