Shades of Jade #01C06F
Tints of Jade #01C06F
RGB
CMYK
RGB Variations
Color information
#01C06F (or 0x01C06F) is known color: Jade. HEX triplet: 01, C0 and 6F. RGB value is (1,192,111). Sum of RGB (Red+Green+Blue) = 1+192+111=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #01C06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C06F is #FE3F90. Grayscale: #7D7D7D. Windows color (decimal): -16662417 or 7323649. OLE color: 7323649.
HSL color Cylindrical-coordinate representation of color #01C06F: hue angle of 154.55º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C06F is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 111 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.25 |
| HSL | 154.56º | 0.99% | 0.38% | - |
| HSV(B) | 154.56º | 0.99% | 0.75% | - |
| XYZ | 21.73 | 38.85 | 21.39 | - |
| YUV | 125.66 | 119.72 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 111 | 0.99 | 0 | 0.42 | 0.25 | 154.56 | 0.99 | 0.38 |
| Hex | 1 | C0 | 6F | 63 | 0 | 2A | 19 | 9B | 63 | 26 |
| Octal | 1 | 300 | 157 | 143 | 0 | 52 | 31 | 233 | 143 | 46 |
| Binary | 1 | 11000000 | 1101111 | 1100011 | 0 | 101010 | 11001 | 10011011 | 1100011 | 100110 |
Color Harmonies of #01C06F
Complementary color
Monochromatic Colors of #01C06F
Black with #01C06F
Text Example
Text Example
White with #01C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C06F; }
p { color: rgb(1,192,111); }
H1.HeaderClassName
{
color: #01C06F;
}
.AnyTagClassName
{
color: #01C06F;
}
</style>
background-color css
<style>
a { background-color: #01C06F; }
a { background-color: rgb(1,192,111); }
div.DivClassName
{
background-color: #01C06F;
}
.BgClassName
{
background-color: #01C06F;
}
</style>
border-color css
<style>
span { border-color: #01C06F; }
span { border-color: rgb(1,192,111); }
td.TdClassName
{
border-color: #01C06F;
}
.TagClassName
{
border-color: #01C06F;
}
</style>