Shades of Jade #01CE73
Tints of Jade #01CE73
RGB
CMYK
RGB Variations
Color information
#01CE73 (or 0x01CE73) is known color: Jade. HEX triplet: 01, CE and 73. RGB value is (1,206,115). Sum of RGB (Red+Green+Blue) = 1+206+115=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #01CE73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CE73 is #FE318C. Grayscale: #868686. Windows color (decimal): -16658829 or 7589377. OLE color: 7589377.
HSL color Cylindrical-coordinate representation of color #01CE73: hue angle of 153.37º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CE73 is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 115 | - |
| CMYK | 1.00 | 0 | 0.44 | 0.19 |
| HSL | 153.37º | 0.99% | 0.41% | - |
| HSV(B) | 153.37º | 1% | 0.81% | - |
| XYZ | 25.18 | 45.39 | 23.65 | - |
| YUV | 134.33 | 117.08 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 115 | 1.00 | 0 | 0.44 | 0.19 | 153.37 | 0.99 | 0.41 |
| Hex | 1 | CE | 73 | 64 | 0 | 2C | 13 | 99 | 63 | 29 |
| Octal | 1 | 316 | 163 | 144 | 0 | 54 | 23 | 231 | 143 | 51 |
| Binary | 1 | 11001110 | 1110011 | 1100100 | 0 | 101100 | 10011 | 10011001 | 1100011 | 101001 |
Color Harmonies of #01CE73
Complementary color
Monochromatic Colors of #01CE73
Black with #01CE73
Text Example
Text Example
White with #01CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CE73; }
p { color: rgb(1,206,115); }
H1.HeaderClassName
{
color: #01CE73;
}
.AnyTagClassName
{
color: #01CE73;
}
</style>
background-color css
<style>
a { background-color: #01CE73; }
a { background-color: rgb(1,206,115); }
div.DivClassName
{
background-color: #01CE73;
}
.BgClassName
{
background-color: #01CE73;
}
</style>
border-color css
<style>
span { border-color: #01CE73; }
span { border-color: rgb(1,206,115); }
td.TdClassName
{
border-color: #01CE73;
}
.TagClassName
{
border-color: #01CE73;
}
</style>