Shades of Jade #01C564
Tints of Jade #01C564
RGB
CMYK
RGB Variations
Color information
#01C564 (or 0x01C564) is known color: Jade. HEX triplet: 01, C5 and 64. RGB value is (1,197,100). Sum of RGB (Red+Green+Blue) = 1+197+100=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #01C564 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C564 is #FE3A9B. Grayscale: #7F7F7F. Windows color (decimal): -16661148 or 6604033. OLE color: 6604033.
HSL color Cylindrical-coordinate representation of color #01C564: hue angle of 150.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C564 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 100 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.23 |
| HSL | 150.31º | 0.99% | 0.39% | - |
| HSV(B) | 150.31º | 0.99% | 0.77% | - |
| XYZ | 22.28 | 40.86 | 18.77 | - |
| YUV | 127.34 | 112.57 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 100 | 0.99 | 0 | 0.49 | 0.23 | 150.31 | 0.99 | 0.39 |
| Hex | 1 | C5 | 64 | 63 | 0 | 31 | 17 | 96 | 63 | 27 |
| Octal | 1 | 305 | 144 | 143 | 0 | 61 | 27 | 226 | 143 | 47 |
| Binary | 1 | 11000101 | 1100100 | 1100011 | 0 | 110001 | 10111 | 10010110 | 1100011 | 100111 |
Color Harmonies of #01C564
Complementary color
Monochromatic Colors of #01C564
Black with #01C564
Text Example
Text Example
White with #01C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C564; }
p { color: rgb(1,197,100); }
H1.HeaderClassName
{
color: #01C564;
}
.AnyTagClassName
{
color: #01C564;
}
</style>
background-color css
<style>
a { background-color: #01C564; }
a { background-color: rgb(1,197,100); }
div.DivClassName
{
background-color: #01C564;
}
.BgClassName
{
background-color: #01C564;
}
</style>
border-color css
<style>
span { border-color: #01C564; }
span { border-color: rgb(1,197,100); }
td.TdClassName
{
border-color: #01C564;
}
.TagClassName
{
border-color: #01C564;
}
</style>