Shades of Jade #01C270
Tints of Jade #01C270
RGB
CMYK
RGB Variations
Color information
#01C270 (or 0x01C270) is known color: Jade. HEX triplet: 01, C2 and 70. RGB value is (1,194,112). Sum of RGB (Red+Green+Blue) = 1+194+112=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #01C270 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C270 is #FE3D8F. Grayscale: #7F7F7F. Windows color (decimal): -16661904 or 7389697. OLE color: 7389697.
HSL color Cylindrical-coordinate representation of color #01C270: hue angle of 154.51º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C270 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 112 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.24 |
| HSL | 154.51º | 0.99% | 0.38% | - |
| HSV(B) | 154.51º | 0.99% | 0.76% | - |
| XYZ | 22.23 | 39.76 | 21.83 | - |
| YUV | 126.95 | 119.56 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 112 | 0.99 | 0 | 0.42 | 0.24 | 154.51 | 0.99 | 0.38 |
| Hex | 1 | C2 | 70 | 63 | 0 | 2A | 18 | 9B | 63 | 26 |
| Octal | 1 | 302 | 160 | 143 | 0 | 52 | 30 | 233 | 143 | 46 |
| Binary | 1 | 11000010 | 1110000 | 1100011 | 0 | 101010 | 11000 | 10011011 | 1100011 | 100110 |
Color Harmonies of #01C270
Complementary color
Monochromatic Colors of #01C270
Black with #01C270
Text Example
Text Example
White with #01C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C270; }
p { color: rgb(1,194,112); }
H1.HeaderClassName
{
color: #01C270;
}
.AnyTagClassName
{
color: #01C270;
}
</style>
background-color css
<style>
a { background-color: #01C270; }
a { background-color: rgb(1,194,112); }
div.DivClassName
{
background-color: #01C270;
}
.BgClassName
{
background-color: #01C270;
}
</style>
border-color css
<style>
span { border-color: #01C270; }
span { border-color: rgb(1,194,112); }
td.TdClassName
{
border-color: #01C270;
}
.TagClassName
{
border-color: #01C270;
}
</style>