Shades of Jade #01BC7C
Tints of Jade #01BC7C
RGB
CMYK
RGB Variations
Color information
#01BC7C (or 0x01BC7C) is known color: Jade. HEX triplet: 01, BC and 7C. RGB value is (1,188,124). Sum of RGB (Red+Green+Blue) = 1+188+124=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC7C is #FE4383. Grayscale: #7C7C7C. Windows color (decimal): -16663428 or 8174593. OLE color: 8174593.
HSL color Cylindrical-coordinate representation of color #01BC7C: hue angle of 159.47º 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 #01BC7C is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 124 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.26 |
| HSL | 159.47º | 0.99% | 0.37% | - |
| HSV(B) | 159.47º | 0.99% | 0.74% | - |
| XYZ | 21.63 | 37.43 | 25.15 | - |
| YUV | 124.79 | 127.55 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 124 | 0.99 | 0 | 0.34 | 0.26 | 159.47 | 0.99 | 0.37 |
| Hex | 1 | BC | 7C | 63 | 0 | 22 | 1A | 9F | 63 | 25 |
| Octal | 1 | 274 | 174 | 143 | 0 | 42 | 32 | 237 | 143 | 45 |
| Binary | 1 | 10111100 | 1111100 | 1100011 | 0 | 100010 | 11010 | 10011111 | 1100011 | 100101 |
Color Harmonies of #01BC7C
Complementary color
Monochromatic Colors of #01BC7C
Black with #01BC7C
Text Example
Text Example
White with #01BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC7C; }
p { color: rgb(1,188,124); }
H1.HeaderClassName
{
color: #01BC7C;
}
.AnyTagClassName
{
color: #01BC7C;
}
</style>
background-color css
<style>
a { background-color: #01BC7C; }
a { background-color: rgb(1,188,124); }
div.DivClassName
{
background-color: #01BC7C;
}
.BgClassName
{
background-color: #01BC7C;
}
</style>
border-color css
<style>
span { border-color: #01BC7C; }
span { border-color: rgb(1,188,124); }
td.TdClassName
{
border-color: #01BC7C;
}
.TagClassName
{
border-color: #01BC7C;
}
</style>