Shades of Jade #01C56A
Tints of Jade #01C56A
RGB
CMYK
RGB Variations
Color information
#01C56A (or 0x01C56A) is known color: Jade. HEX triplet: 01, C5 and 6A. RGB value is (1,197,106). Sum of RGB (Red+Green+Blue) = 1+197+106=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 197 (77.34% from 255 or 64.80% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 197 - color contains mainly: green. Hex color #01C56A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C56A is #FE3A95. Grayscale: #808080. Windows color (decimal): -16661142 or 6997249. OLE color: 6997249.
HSL color Cylindrical-coordinate representation of color #01C56A: hue angle of 152.14º 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 #01C56A is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 106 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.23 |
| HSL | 152.14º | 0.99% | 0.39% | - |
| HSV(B) | 152.14º | 0.99% | 0.77% | - |
| XYZ | 22.58 | 40.98 | 20.36 | - |
| YUV | 128.02 | 115.57 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 106 | 0.99 | 0 | 0.46 | 0.23 | 152.14 | 0.99 | 0.39 |
| Hex | 1 | C5 | 6A | 63 | 0 | 2E | 17 | 98 | 63 | 27 |
| Octal | 1 | 305 | 152 | 143 | 0 | 56 | 27 | 230 | 143 | 47 |
| Binary | 1 | 11000101 | 1101010 | 1100011 | 0 | 101110 | 10111 | 10011000 | 1100011 | 100111 |
Color Harmonies of #01C56A
Complementary color
Monochromatic Colors of #01C56A
Black with #01C56A
Text Example
Text Example
White with #01C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C56A; }
p { color: rgb(1,197,106); }
H1.HeaderClassName
{
color: #01C56A;
}
.AnyTagClassName
{
color: #01C56A;
}
</style>
background-color css
<style>
a { background-color: #01C56A; }
a { background-color: rgb(1,197,106); }
div.DivClassName
{
background-color: #01C56A;
}
.BgClassName
{
background-color: #01C56A;
}
</style>
border-color css
<style>
span { border-color: #01C56A; }
span { border-color: rgb(1,197,106); }
td.TdClassName
{
border-color: #01C56A;
}
.TagClassName
{
border-color: #01C56A;
}
</style>