Shades of Jade #01BC72
Tints of Jade #01BC72
RGB
CMYK
RGB Variations
Color information
#01BC72 (or 0x01BC72) is known color: Jade. HEX triplet: 01, BC and 72. RGB value is (1,188,114). Sum of RGB (Red+Green+Blue) = 1+188+114=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC72 is #FE438D. Grayscale: #7B7B7B. Windows color (decimal): -16663438 or 7519233. OLE color: 7519233.
HSL color Cylindrical-coordinate representation of color #01BC72: hue angle of 156.26º 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 #01BC72 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 114 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.26 |
| HSL | 156.26º | 0.99% | 0.37% | - |
| HSV(B) | 156.26º | 0.99% | 0.74% | - |
| XYZ | 21.03 | 37.19 | 21.99 | - |
| YUV | 123.65 | 122.55 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 114 | 0.99 | 0 | 0.39 | 0.26 | 156.26 | 0.99 | 0.37 |
| Hex | 1 | BC | 72 | 63 | 0 | 27 | 1A | 9C | 63 | 25 |
| Octal | 1 | 274 | 162 | 143 | 0 | 47 | 32 | 234 | 143 | 45 |
| Binary | 1 | 10111100 | 1110010 | 1100011 | 0 | 100111 | 11010 | 10011100 | 1100011 | 100101 |
Color Harmonies of #01BC72
Complementary color
Monochromatic Colors of #01BC72
Black with #01BC72
Text Example
Text Example
White with #01BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC72; }
p { color: rgb(1,188,114); }
H1.HeaderClassName
{
color: #01BC72;
}
.AnyTagClassName
{
color: #01BC72;
}
</style>
background-color css
<style>
a { background-color: #01BC72; }
a { background-color: rgb(1,188,114); }
div.DivClassName
{
background-color: #01BC72;
}
.BgClassName
{
background-color: #01BC72;
}
</style>
border-color css
<style>
span { border-color: #01BC72; }
span { border-color: rgb(1,188,114); }
td.TdClassName
{
border-color: #01BC72;
}
.TagClassName
{
border-color: #01BC72;
}
</style>