Shades of Jade #01CC70
Tints of Jade #01CC70
RGB
CMYK
RGB Variations
Color information
#01CC70 (or 0x01CC70) is known color: Jade. HEX triplet: 01, CC and 70. RGB value is (1,204,112). Sum of RGB (Red+Green+Blue) = 1+204+112=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 204 (80.08% from 255 or 64.35% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CC70 is #FE338F. Grayscale: #848484. Windows color (decimal): -16659344 or 7392257. OLE color: 7392257.
HSL color Cylindrical-coordinate representation of color #01CC70: hue angle of 152.81º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CC70 is Cyan = 1.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 204 | 112 | - |
| CMYK | 1.00 | 0 | 0.45 | 0.2 |
| HSL | 152.81º | 0.99% | 0.4% | - |
| HSV(B) | 152.81º | 1% | 0.8% | - |
| XYZ | 24.53 | 44.36 | 22.6 | - |
| YUV | 132.82 | 116.25 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 112 | 1.00 | 0 | 0.45 | 0.2 | 152.81 | 0.99 | 0.4 |
| Hex | 1 | CC | 70 | 64 | 0 | 2D | 14 | 99 | 63 | 28 |
| Octal | 1 | 314 | 160 | 144 | 0 | 55 | 24 | 231 | 143 | 50 |
| Binary | 1 | 11001100 | 1110000 | 1100100 | 0 | 101101 | 10100 | 10011001 | 1100011 | 101000 |
Color Harmonies of #01CC70
Complementary color
Monochromatic Colors of #01CC70
Black with #01CC70
Text Example
Text Example
White with #01CC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CC70; }
p { color: rgb(1,204,112); }
H1.HeaderClassName
{
color: #01CC70;
}
.AnyTagClassName
{
color: #01CC70;
}
</style>
background-color css
<style>
a { background-color: #01CC70; }
a { background-color: rgb(1,204,112); }
div.DivClassName
{
background-color: #01CC70;
}
.BgClassName
{
background-color: #01CC70;
}
</style>
border-color css
<style>
span { border-color: #01CC70; }
span { border-color: rgb(1,204,112); }
td.TdClassName
{
border-color: #01CC70;
}
.TagClassName
{
border-color: #01CC70;
}
</style>