Shades of Jade #01BC7B
Tints of Jade #01BC7B
RGB
CMYK
RGB Variations
Color information
#01BC7B (or 0x01BC7B) is known color: Jade. HEX triplet: 01, BC and 7B. RGB value is (1,188,123). Sum of RGB (Red+Green+Blue) = 1+188+123=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC7B is #FE4384. Grayscale: #7C7C7C. Windows color (decimal): -16663429 or 8109057. OLE color: 8109057.
HSL color Cylindrical-coordinate representation of color #01BC7B: hue angle of 159.14º 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 #01BC7B is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 123 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.26 |
| HSL | 159.14º | 0.99% | 0.37% | - |
| HSV(B) | 159.14º | 0.99% | 0.74% | - |
| XYZ | 21.57 | 37.4 | 24.82 | - |
| YUV | 124.68 | 127.05 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 123 | 0.99 | 0 | 0.35 | 0.26 | 159.14 | 0.99 | 0.37 |
| Hex | 1 | BC | 7B | 63 | 0 | 23 | 1A | 9F | 63 | 25 |
| Octal | 1 | 274 | 173 | 143 | 0 | 43 | 32 | 237 | 143 | 45 |
| Binary | 1 | 10111100 | 1111011 | 1100011 | 0 | 100011 | 11010 | 10011111 | 1100011 | 100101 |
Color Harmonies of #01BC7B
Complementary color
Monochromatic Colors of #01BC7B
Black with #01BC7B
Text Example
Text Example
White with #01BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC7B; }
p { color: rgb(1,188,123); }
H1.HeaderClassName
{
color: #01BC7B;
}
.AnyTagClassName
{
color: #01BC7B;
}
</style>
background-color css
<style>
a { background-color: #01BC7B; }
a { background-color: rgb(1,188,123); }
div.DivClassName
{
background-color: #01BC7B;
}
.BgClassName
{
background-color: #01BC7B;
}
</style>
border-color css
<style>
span { border-color: #01BC7B; }
span { border-color: rgb(1,188,123); }
td.TdClassName
{
border-color: #01BC7B;
}
.TagClassName
{
border-color: #01BC7B;
}
</style>