Shades of Jade #01C975
Tints of Jade #01C975
RGB
CMYK
RGB Variations
Color information
#01C975 (or 0x01C975) is known color: Jade. HEX triplet: 01, C9 and 75. RGB value is (1,201,117). Sum of RGB (Red+Green+Blue) = 1+201+117=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 201 (78.91% from 255 or 63.01% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 201 - color contains mainly: green. Hex color #01C975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C975 is #FE368A. Grayscale: #838383. Windows color (decimal): -16660107 or 7719169. OLE color: 7719169.
HSL color Cylindrical-coordinate representation of color #01C975: hue angle of 154.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C975 is Cyan = 1.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 117 | - |
| CMYK | 1.00 | 0 | 0.42 | 0.21 |
| HSL | 154.8º | 0.99% | 0.4% | - |
| HSV(B) | 154.8º | 1% | 0.79% | - |
| XYZ | 24.11 | 43.06 | 23.87 | - |
| YUV | 131.62 | 119.74 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 117 | 1.00 | 0 | 0.42 | 0.21 | 154.8 | 0.99 | 0.4 |
| Hex | 1 | C9 | 75 | 64 | 0 | 2A | 15 | 9B | 63 | 28 |
| Octal | 1 | 311 | 165 | 144 | 0 | 52 | 25 | 233 | 143 | 50 |
| Binary | 1 | 11001001 | 1110101 | 1100100 | 0 | 101010 | 10101 | 10011011 | 1100011 | 101000 |
Color Harmonies of #01C975
Complementary color
Monochromatic Colors of #01C975
Black with #01C975
Text Example
Text Example
White with #01C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C975; }
p { color: rgb(1,201,117); }
H1.HeaderClassName
{
color: #01C975;
}
.AnyTagClassName
{
color: #01C975;
}
</style>
background-color css
<style>
a { background-color: #01C975; }
a { background-color: rgb(1,201,117); }
div.DivClassName
{
background-color: #01C975;
}
.BgClassName
{
background-color: #01C975;
}
</style>
border-color css
<style>
span { border-color: #01C975; }
span { border-color: rgb(1,201,117); }
td.TdClassName
{
border-color: #01C975;
}
.TagClassName
{
border-color: #01C975;
}
</style>