Shades of Jade #01BC6A
Tints of Jade #01BC6A
RGB
CMYK
RGB Variations
Color information
#01BC6A (or 0x01BC6A) is known color: Jade. HEX triplet: 01, BC and 6A. RGB value is (1,188,106). Sum of RGB (Red+Green+Blue) = 1+188+106=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC6A is #FE4395. Grayscale: #7A7A7A. Windows color (decimal): -16663446 or 6994945. OLE color: 6994945.
HSL color Cylindrical-coordinate representation of color #01BC6A: hue angle of 153.69º 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 #01BC6A is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 106 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.26 |
| HSL | 153.69º | 0.99% | 0.37% | - |
| HSV(B) | 153.69º | 0.99% | 0.74% | - |
| XYZ | 20.6 | 37.01 | 19.69 | - |
| YUV | 122.74 | 118.55 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 106 | 0.99 | 0 | 0.44 | 0.26 | 153.69 | 0.99 | 0.37 |
| Hex | 1 | BC | 6A | 63 | 0 | 2C | 1A | 9A | 63 | 25 |
| Octal | 1 | 274 | 152 | 143 | 0 | 54 | 32 | 232 | 143 | 45 |
| Binary | 1 | 10111100 | 1101010 | 1100011 | 0 | 101100 | 11010 | 10011010 | 1100011 | 100101 |
Color Harmonies of #01BC6A
Complementary color
Monochromatic Colors of #01BC6A
Black with #01BC6A
Text Example
Text Example
White with #01BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC6A; }
p { color: rgb(1,188,106); }
H1.HeaderClassName
{
color: #01BC6A;
}
.AnyTagClassName
{
color: #01BC6A;
}
</style>
background-color css
<style>
a { background-color: #01BC6A; }
a { background-color: rgb(1,188,106); }
div.DivClassName
{
background-color: #01BC6A;
}
.BgClassName
{
background-color: #01BC6A;
}
</style>
border-color css
<style>
span { border-color: #01BC6A; }
span { border-color: rgb(1,188,106); }
td.TdClassName
{
border-color: #01BC6A;
}
.TagClassName
{
border-color: #01BC6A;
}
</style>