Shades of Jade #01BC66
Tints of Jade #01BC66
RGB
CMYK
RGB Variations
Color information
#01BC66 (or 0x01BC66) is known color: Jade. HEX triplet: 01, BC and 66. RGB value is (1,188,102). Sum of RGB (Red+Green+Blue) = 1+188+102=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC66 is #FE4399. Grayscale: #7A7A7A. Windows color (decimal): -16663450 or 6732801. OLE color: 6732801.
HSL color Cylindrical-coordinate representation of color #01BC66: hue angle of 152.41º 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 #01BC66 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 102 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.26 |
| HSL | 152.41º | 0.99% | 0.37% | - |
| HSV(B) | 152.41º | 0.99% | 0.74% | - |
| XYZ | 20.39 | 36.93 | 18.62 | - |
| YUV | 122.28 | 116.55 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 102 | 0.99 | 0 | 0.46 | 0.26 | 152.41 | 0.99 | 0.37 |
| Hex | 1 | BC | 66 | 63 | 0 | 2E | 1A | 98 | 63 | 25 |
| Octal | 1 | 274 | 146 | 143 | 0 | 56 | 32 | 230 | 143 | 45 |
| Binary | 1 | 10111100 | 1100110 | 1100011 | 0 | 101110 | 11010 | 10011000 | 1100011 | 100101 |
Color Harmonies of #01BC66
Complementary color
Monochromatic Colors of #01BC66
Black with #01BC66
Text Example
Text Example
White with #01BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC66; }
p { color: rgb(1,188,102); }
H1.HeaderClassName
{
color: #01BC66;
}
.AnyTagClassName
{
color: #01BC66;
}
</style>
background-color css
<style>
a { background-color: #01BC66; }
a { background-color: rgb(1,188,102); }
div.DivClassName
{
background-color: #01BC66;
}
.BgClassName
{
background-color: #01BC66;
}
</style>
border-color css
<style>
span { border-color: #01BC66; }
span { border-color: rgb(1,188,102); }
td.TdClassName
{
border-color: #01BC66;
}
.TagClassName
{
border-color: #01BC66;
}
</style>