Shades of Jade #01BC64
Tints of Jade #01BC64
RGB
CMYK
RGB Variations
Color information
#01BC64 (or 0x01BC64) is known color: Jade. HEX triplet: 01, BC and 64. RGB value is (1,188,100). Sum of RGB (Red+Green+Blue) = 1+188+100=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC64 is #FE439B. Grayscale: #7A7A7A. Windows color (decimal): -16663452 or 6601729. OLE color: 6601729.
HSL color Cylindrical-coordinate representation of color #01BC64: hue angle of 151.76º 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 #01BC64 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 100 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.26 |
| HSL | 151.76º | 0.99% | 0.37% | - |
| HSV(B) | 151.76º | 0.99% | 0.74% | - |
| XYZ | 20.3 | 36.89 | 18.11 | - |
| YUV | 122.06 | 115.55 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 100 | 0.99 | 0 | 0.47 | 0.26 | 151.76 | 0.99 | 0.37 |
| Hex | 1 | BC | 64 | 63 | 0 | 2F | 1A | 98 | 63 | 25 |
| Octal | 1 | 274 | 144 | 143 | 0 | 57 | 32 | 230 | 143 | 45 |
| Binary | 1 | 10111100 | 1100100 | 1100011 | 0 | 101111 | 11010 | 10011000 | 1100011 | 100101 |
Color Harmonies of #01BC64
Complementary color
Monochromatic Colors of #01BC64
Black with #01BC64
Text Example
Text Example
White with #01BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC64; }
p { color: rgb(1,188,100); }
H1.HeaderClassName
{
color: #01BC64;
}
.AnyTagClassName
{
color: #01BC64;
}
</style>
background-color css
<style>
a { background-color: #01BC64; }
a { background-color: rgb(1,188,100); }
div.DivClassName
{
background-color: #01BC64;
}
.BgClassName
{
background-color: #01BC64;
}
</style>
border-color css
<style>
span { border-color: #01BC64; }
span { border-color: rgb(1,188,100); }
td.TdClassName
{
border-color: #01BC64;
}
.TagClassName
{
border-color: #01BC64;
}
</style>