Shades of Jade #01BC69
Tints of Jade #01BC69
RGB
CMYK
RGB Variations
Color information
#01BC69 (or 0x01BC69) is known color: Jade. HEX triplet: 01, BC and 69. RGB value is (1,188,105). Sum of RGB (Red+Green+Blue) = 1+188+105=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC69 is #FE4396. Grayscale: #7A7A7A. Windows color (decimal): -16663447 or 6929409. OLE color: 6929409.
HSL color Cylindrical-coordinate representation of color #01BC69: hue angle of 153.37º 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 #01BC69 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 105 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.26 |
| HSL | 153.37º | 0.99% | 0.37% | - |
| HSV(B) | 153.37º | 0.99% | 0.74% | - |
| XYZ | 20.55 | 36.99 | 19.42 | - |
| YUV | 122.63 | 118.05 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 105 | 0.99 | 0 | 0.44 | 0.26 | 153.37 | 0.99 | 0.37 |
| Hex | 1 | BC | 69 | 63 | 0 | 2C | 1A | 99 | 63 | 25 |
| Octal | 1 | 274 | 151 | 143 | 0 | 54 | 32 | 231 | 143 | 45 |
| Binary | 1 | 10111100 | 1101001 | 1100011 | 0 | 101100 | 11010 | 10011001 | 1100011 | 100101 |
Color Harmonies of #01BC69
Complementary color
Monochromatic Colors of #01BC69
Black with #01BC69
Text Example
Text Example
White with #01BC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC69; }
p { color: rgb(1,188,105); }
H1.HeaderClassName
{
color: #01BC69;
}
.AnyTagClassName
{
color: #01BC69;
}
</style>
background-color css
<style>
a { background-color: #01BC69; }
a { background-color: rgb(1,188,105); }
div.DivClassName
{
background-color: #01BC69;
}
.BgClassName
{
background-color: #01BC69;
}
</style>
border-color css
<style>
span { border-color: #01BC69; }
span { border-color: rgb(1,188,105); }
td.TdClassName
{
border-color: #01BC69;
}
.TagClassName
{
border-color: #01BC69;
}
</style>