Shades of Jade #01C072
Tints of Jade #01C072
RGB
CMYK
RGB Variations
Color information
#01C072 (or 0x01C072) is known color: Jade. HEX triplet: 01, C0 and 72. RGB value is (1,192,114). Sum of RGB (Red+Green+Blue) = 1+192+114=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #01C072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C072 is #FE3F8D. Grayscale: #7E7E7E. Windows color (decimal): -16662414 or 7520257. OLE color: 7520257.
HSL color Cylindrical-coordinate representation of color #01C072: hue angle of 155.5º 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 #01C072 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 114 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.25 |
| HSL | 155.5º | 0.99% | 0.38% | - |
| HSV(B) | 155.5º | 0.99% | 0.75% | - |
| XYZ | 21.9 | 38.92 | 22.28 | - |
| YUV | 126 | 121.22 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 114 | 0.99 | 0 | 0.41 | 0.25 | 155.5 | 0.99 | 0.38 |
| Hex | 1 | C0 | 72 | 63 | 0 | 29 | 19 | 9B | 63 | 26 |
| Octal | 1 | 300 | 162 | 143 | 0 | 51 | 31 | 233 | 143 | 46 |
| Binary | 1 | 11000000 | 1110010 | 1100011 | 0 | 101001 | 11001 | 10011011 | 1100011 | 100110 |
Color Harmonies of #01C072
Complementary color
Monochromatic Colors of #01C072
Black with #01C072
Text Example
Text Example
White with #01C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C072; }
p { color: rgb(1,192,114); }
H1.HeaderClassName
{
color: #01C072;
}
.AnyTagClassName
{
color: #01C072;
}
</style>
background-color css
<style>
a { background-color: #01C072; }
a { background-color: rgb(1,192,114); }
div.DivClassName
{
background-color: #01C072;
}
.BgClassName
{
background-color: #01C072;
}
</style>
border-color css
<style>
span { border-color: #01C072; }
span { border-color: rgb(1,192,114); }
td.TdClassName
{
border-color: #01C072;
}
.TagClassName
{
border-color: #01C072;
}
</style>