Shades of Jade #01BD64
Tints of Jade #01BD64
RGB
CMYK
RGB Variations
Color information
#01BD64 (or 0x01BD64) is known color: Jade. HEX triplet: 01, BD and 64. RGB value is (1,189,100). Sum of RGB (Red+Green+Blue) = 1+189+100=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 189 (74.22% from 255 or 65.17% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BD64 is #FE429B. Grayscale: #7A7A7A. Windows color (decimal): -16663196 or 6601985. OLE color: 6601985.
HSL color Cylindrical-coordinate representation of color #01BD64: hue angle of 151.6º 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 #01BD64 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 100 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.26 |
| HSL | 151.6º | 0.99% | 0.37% | - |
| HSV(B) | 151.6º | 0.99% | 0.74% | - |
| XYZ | 20.51 | 37.32 | 18.18 | - |
| YUV | 122.64 | 115.22 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 100 | 0.99 | 0 | 0.47 | 0.26 | 151.6 | 0.99 | 0.37 |
| Hex | 1 | BD | 64 | 63 | 0 | 2F | 1A | 98 | 63 | 25 |
| Octal | 1 | 275 | 144 | 143 | 0 | 57 | 32 | 230 | 143 | 45 |
| Binary | 1 | 10111101 | 1100100 | 1100011 | 0 | 101111 | 11010 | 10011000 | 1100011 | 100101 |
Color Harmonies of #01BD64
Complementary color
Monochromatic Colors of #01BD64
Black with #01BD64
Text Example
Text Example
White with #01BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD64; }
p { color: rgb(1,189,100); }
H1.HeaderClassName
{
color: #01BD64;
}
.AnyTagClassName
{
color: #01BD64;
}
</style>
background-color css
<style>
a { background-color: #01BD64; }
a { background-color: rgb(1,189,100); }
div.DivClassName
{
background-color: #01BD64;
}
.BgClassName
{
background-color: #01BD64;
}
</style>
border-color css
<style>
span { border-color: #01BD64; }
span { border-color: rgb(1,189,100); }
td.TdClassName
{
border-color: #01BD64;
}
.TagClassName
{
border-color: #01BD64;
}
</style>