Shades of Jade #01C077
Tints of Jade #01C077
RGB
CMYK
RGB Variations
Color information
#01C077 (or 0x01C077) is known color: Jade. HEX triplet: 01, C0 and 77. RGB value is (1,192,119). Sum of RGB (Red+Green+Blue) = 1+192+119=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #01C077 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C077 is #FE3F88. Grayscale: #7E7E7E. Windows color (decimal): -16662409 or 7847937. OLE color: 7847937.
HSL color Cylindrical-coordinate representation of color #01C077: hue angle of 157.07º 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 #01C077 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 119 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.25 |
| HSL | 157.07º | 0.99% | 0.38% | - |
| HSV(B) | 157.07º | 0.99% | 0.75% | - |
| XYZ | 22.19 | 39.04 | 23.82 | - |
| YUV | 126.57 | 123.72 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 119 | 0.99 | 0 | 0.38 | 0.25 | 157.07 | 0.99 | 0.38 |
| Hex | 1 | C0 | 77 | 63 | 0 | 26 | 19 | 9D | 63 | 26 |
| Octal | 1 | 300 | 167 | 143 | 0 | 46 | 31 | 235 | 143 | 46 |
| Binary | 1 | 11000000 | 1110111 | 1100011 | 0 | 100110 | 11001 | 10011101 | 1100011 | 100110 |
Color Harmonies of #01C077
Complementary color
Monochromatic Colors of #01C077
Black with #01C077
Text Example
Text Example
White with #01C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C077; }
p { color: rgb(1,192,119); }
H1.HeaderClassName
{
color: #01C077;
}
.AnyTagClassName
{
color: #01C077;
}
</style>
background-color css
<style>
a { background-color: #01C077; }
a { background-color: rgb(1,192,119); }
div.DivClassName
{
background-color: #01C077;
}
.BgClassName
{
background-color: #01C077;
}
</style>
border-color css
<style>
span { border-color: #01C077; }
span { border-color: rgb(1,192,119); }
td.TdClassName
{
border-color: #01C077;
}
.TagClassName
{
border-color: #01C077;
}
</style>