Shades of Jade #01C66F
Tints of Jade #01C66F
RGB
CMYK
RGB Variations
Color information
#01C66F (or 0x01C66F) is known color: Jade. HEX triplet: 01, C6 and 6F. RGB value is (1,198,111). Sum of RGB (Red+Green+Blue) = 1+198+111=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 198 (77.73% from 255 or 63.87% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 198 - color contains mainly: green. Hex color #01C66F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C66F is #FE3990. Grayscale: #818181. Windows color (decimal): -16660881 or 7325185. OLE color: 7325185.
HSL color Cylindrical-coordinate representation of color #01C66F: hue angle of 153.5º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C66F is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 111 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.22 |
| HSL | 153.5º | 0.99% | 0.39% | - |
| HSV(B) | 153.5º | 0.99% | 0.78% | - |
| XYZ | 23.08 | 41.54 | 21.84 | - |
| YUV | 129.18 | 117.73 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 111 | 0.99 | 0 | 0.44 | 0.22 | 153.5 | 0.99 | 0.39 |
| Hex | 1 | C6 | 6F | 63 | 0 | 2C | 16 | 9A | 63 | 27 |
| Octal | 1 | 306 | 157 | 143 | 0 | 54 | 26 | 232 | 143 | 47 |
| Binary | 1 | 11000110 | 1101111 | 1100011 | 0 | 101100 | 10110 | 10011010 | 1100011 | 100111 |
Color Harmonies of #01C66F
Complementary color
Monochromatic Colors of #01C66F
Black with #01C66F
Text Example
Text Example
White with #01C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C66F; }
p { color: rgb(1,198,111); }
H1.HeaderClassName
{
color: #01C66F;
}
.AnyTagClassName
{
color: #01C66F;
}
</style>
background-color css
<style>
a { background-color: #01C66F; }
a { background-color: rgb(1,198,111); }
div.DivClassName
{
background-color: #01C66F;
}
.BgClassName
{
background-color: #01C66F;
}
</style>
border-color css
<style>
span { border-color: #01C66F; }
span { border-color: rgb(1,198,111); }
td.TdClassName
{
border-color: #01C66F;
}
.TagClassName
{
border-color: #01C66F;
}
</style>