Shades of Jade #01C475
Tints of Jade #01C475
RGB
CMYK
RGB Variations
Color information
#01C475 (or 0x01C475) is known color: Jade. HEX triplet: 01, C4 and 75. RGB value is (1,196,117). Sum of RGB (Red+Green+Blue) = 1+196+117=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #01C475 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C475 is #FE3B8A. Grayscale: #808080. Windows color (decimal): -16661387 or 7717889. OLE color: 7717889.
HSL color Cylindrical-coordinate representation of color #01C475: hue angle of 155.69º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C475 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 117 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.23 |
| HSL | 155.69º | 0.99% | 0.39% | - |
| HSV(B) | 155.69º | 0.99% | 0.77% | - |
| XYZ | 22.96 | 40.77 | 23.49 | - |
| YUV | 128.69 | 121.4 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 117 | 0.99 | 0 | 0.40 | 0.23 | 155.69 | 0.99 | 0.39 |
| Hex | 1 | C4 | 75 | 63 | 0 | 28 | 17 | 9C | 63 | 27 |
| Octal | 1 | 304 | 165 | 143 | 0 | 50 | 27 | 234 | 143 | 47 |
| Binary | 1 | 11000100 | 1110101 | 1100011 | 0 | 101000 | 10111 | 10011100 | 1100011 | 100111 |
Color Harmonies of #01C475
Complementary color
Monochromatic Colors of #01C475
Black with #01C475
Text Example
Text Example
White with #01C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C475; }
p { color: rgb(1,196,117); }
H1.HeaderClassName
{
color: #01C475;
}
.AnyTagClassName
{
color: #01C475;
}
</style>
background-color css
<style>
a { background-color: #01C475; }
a { background-color: rgb(1,196,117); }
div.DivClassName
{
background-color: #01C475;
}
.BgClassName
{
background-color: #01C475;
}
</style>
border-color css
<style>
span { border-color: #01C475; }
span { border-color: rgb(1,196,117); }
td.TdClassName
{
border-color: #01C475;
}
.TagClassName
{
border-color: #01C475;
}
</style>