Shades of Jade #01C16F
Tints of Jade #01C16F
RGB
CMYK
RGB Variations
Color information
#01C16F (or 0x01C16F) is known color: Jade. HEX triplet: 01, C1 and 6F. RGB value is (1,193,111). Sum of RGB (Red+Green+Blue) = 1+193+111=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #01C16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C16F is #FE3E90. Grayscale: #7E7E7E. Windows color (decimal): -16662161 or 7323905. OLE color: 7323905.
HSL color Cylindrical-coordinate representation of color #01C16F: hue angle of 154.38º 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 #01C16F is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 111 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.24 |
| HSL | 154.38º | 0.99% | 0.38% | - |
| HSV(B) | 154.38º | 0.99% | 0.76% | - |
| XYZ | 21.95 | 39.29 | 21.47 | - |
| YUV | 126.24 | 119.39 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 111 | 0.99 | 0 | 0.42 | 0.24 | 154.38 | 0.99 | 0.38 |
| Hex | 1 | C1 | 6F | 63 | 0 | 2A | 18 | 9A | 63 | 26 |
| Octal | 1 | 301 | 157 | 143 | 0 | 52 | 30 | 232 | 143 | 46 |
| Binary | 1 | 11000001 | 1101111 | 1100011 | 0 | 101010 | 11000 | 10011010 | 1100011 | 100110 |
Color Harmonies of #01C16F
Complementary color
Monochromatic Colors of #01C16F
Black with #01C16F
Text Example
Text Example
White with #01C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C16F; }
p { color: rgb(1,193,111); }
H1.HeaderClassName
{
color: #01C16F;
}
.AnyTagClassName
{
color: #01C16F;
}
</style>
background-color css
<style>
a { background-color: #01C16F; }
a { background-color: rgb(1,193,111); }
div.DivClassName
{
background-color: #01C16F;
}
.BgClassName
{
background-color: #01C16F;
}
</style>
border-color css
<style>
span { border-color: #01C16F; }
span { border-color: rgb(1,193,111); }
td.TdClassName
{
border-color: #01C16F;
}
.TagClassName
{
border-color: #01C16F;
}
</style>