Shades of Jade #01C16E
Tints of Jade #01C16E
RGB
CMYK
RGB Variations
Color information
#01C16E (or 0x01C16E) is known color: Jade. HEX triplet: 01, C1 and 6E. RGB value is (1,193,110). Sum of RGB (Red+Green+Blue) = 1+193+110=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #01C16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C16E is #FE3E91. Grayscale: #7E7E7E. Windows color (decimal): -16662162 or 7258369. OLE color: 7258369.
HSL color Cylindrical-coordinate representation of color #01C16E: hue angle of 154.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C16E is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 110 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.24 |
| HSL | 154.06º | 0.99% | 0.38% | - |
| HSV(B) | 154.06º | 0.99% | 0.76% | - |
| XYZ | 21.9 | 39.27 | 21.18 | - |
| YUV | 126.13 | 118.89 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 110 | 0.99 | 0 | 0.43 | 0.24 | 154.06 | 0.99 | 0.38 |
| Hex | 1 | C1 | 6E | 63 | 0 | 2B | 18 | 9A | 63 | 26 |
| Octal | 1 | 301 | 156 | 143 | 0 | 53 | 30 | 232 | 143 | 46 |
| Binary | 1 | 11000001 | 1101110 | 1100011 | 0 | 101011 | 11000 | 10011010 | 1100011 | 100110 |
Color Harmonies of #01C16E
Complementary color
Monochromatic Colors of #01C16E
Black with #01C16E
Text Example
Text Example
White with #01C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C16E; }
p { color: rgb(1,193,110); }
H1.HeaderClassName
{
color: #01C16E;
}
.AnyTagClassName
{
color: #01C16E;
}
</style>
background-color css
<style>
a { background-color: #01C16E; }
a { background-color: rgb(1,193,110); }
div.DivClassName
{
background-color: #01C16E;
}
.BgClassName
{
background-color: #01C16E;
}
</style>
border-color css
<style>
span { border-color: #01C16E; }
span { border-color: rgb(1,193,110); }
td.TdClassName
{
border-color: #01C16E;
}
.TagClassName
{
border-color: #01C16E;
}
</style>