Shades of Jade #01BC70
Tints of Jade #01BC70
RGB
CMYK
RGB Variations
Color information
#01BC70 (or 0x01BC70) is known color: Jade. HEX triplet: 01, BC and 70. RGB value is (1,188,112). Sum of RGB (Red+Green+Blue) = 1+188+112=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC70 is #FE438F. Grayscale: #7B7B7B. Windows color (decimal): -16663440 or 7388161. OLE color: 7388161.
HSL color Cylindrical-coordinate representation of color #01BC70: hue angle of 155.61º 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 #01BC70 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 112 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.26 |
| HSL | 155.62º | 0.99% | 0.37% | - |
| HSV(B) | 155.62º | 0.99% | 0.74% | - |
| XYZ | 20.92 | 37.14 | 21.4 | - |
| YUV | 123.42 | 121.55 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 112 | 0.99 | 0 | 0.40 | 0.26 | 155.62 | 0.99 | 0.37 |
| Hex | 1 | BC | 70 | 63 | 0 | 28 | 1A | 9C | 63 | 25 |
| Octal | 1 | 274 | 160 | 143 | 0 | 50 | 32 | 234 | 143 | 45 |
| Binary | 1 | 10111100 | 1110000 | 1100011 | 0 | 101000 | 11010 | 10011100 | 1100011 | 100101 |
Color Harmonies of #01BC70
Complementary color
Monochromatic Colors of #01BC70
Black with #01BC70
Text Example
Text Example
White with #01BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC70; }
p { color: rgb(1,188,112); }
H1.HeaderClassName
{
color: #01BC70;
}
.AnyTagClassName
{
color: #01BC70;
}
</style>
background-color css
<style>
a { background-color: #01BC70; }
a { background-color: rgb(1,188,112); }
div.DivClassName
{
background-color: #01BC70;
}
.BgClassName
{
background-color: #01BC70;
}
</style>
border-color css
<style>
span { border-color: #01BC70; }
span { border-color: rgb(1,188,112); }
td.TdClassName
{
border-color: #01BC70;
}
.TagClassName
{
border-color: #01BC70;
}
</style>