Shades of Jade #01C078
Tints of Jade #01C078
RGB
CMYK
RGB Variations
Color information
#01C078 (or 0x01C078) is known color: Jade. HEX triplet: 01, C0 and 78. RGB value is (1,192,120). Sum of RGB (Red+Green+Blue) = 1+192+120=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #01C078 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C078 is #FE3F87. Grayscale: #7E7E7E. Windows color (decimal): -16662408 or 7913473. OLE color: 7913473.
HSL color Cylindrical-coordinate representation of color #01C078: hue angle of 157.38º 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 #01C078 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 120 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.25 |
| HSL | 157.38º | 0.99% | 0.38% | - |
| HSV(B) | 157.38º | 0.99% | 0.75% | - |
| XYZ | 22.25 | 39.06 | 24.14 | - |
| YUV | 126.68 | 124.22 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 120 | 0.99 | 0 | 0.38 | 0.25 | 157.38 | 0.99 | 0.38 |
| Hex | 1 | C0 | 78 | 63 | 0 | 26 | 19 | 9D | 63 | 26 |
| Octal | 1 | 300 | 170 | 143 | 0 | 46 | 31 | 235 | 143 | 46 |
| Binary | 1 | 11000000 | 1111000 | 1100011 | 0 | 100110 | 11001 | 10011101 | 1100011 | 100110 |
Color Harmonies of #01C078
Complementary color
Monochromatic Colors of #01C078
Black with #01C078
Text Example
Text Example
White with #01C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C078; }
p { color: rgb(1,192,120); }
H1.HeaderClassName
{
color: #01C078;
}
.AnyTagClassName
{
color: #01C078;
}
</style>
background-color css
<style>
a { background-color: #01C078; }
a { background-color: rgb(1,192,120); }
div.DivClassName
{
background-color: #01C078;
}
.BgClassName
{
background-color: #01C078;
}
</style>
border-color css
<style>
span { border-color: #01C078; }
span { border-color: rgb(1,192,120); }
td.TdClassName
{
border-color: #01C078;
}
.TagClassName
{
border-color: #01C078;
}
</style>