Shades of Jade #01C175
Tints of Jade #01C175
RGB
CMYK
RGB Variations
Color information
#01C175 (or 0x01C175) is known color: Jade. HEX triplet: 01, C1 and 75. RGB value is (1,193,117). Sum of RGB (Red+Green+Blue) = 1+193+117=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #01C175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C175 is #FE3E8A. Grayscale: #7F7F7F. Windows color (decimal): -16662155 or 7717121. OLE color: 7717121.
HSL color Cylindrical-coordinate representation of color #01C175: hue angle of 156.25º 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 #01C175 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 117 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.24 |
| HSL | 156.25º | 0.99% | 0.38% | - |
| HSV(B) | 156.25º | 0.99% | 0.76% | - |
| XYZ | 22.29 | 39.43 | 23.27 | - |
| YUV | 126.93 | 122.39 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 117 | 0.99 | 0 | 0.39 | 0.24 | 156.25 | 0.99 | 0.38 |
| Hex | 1 | C1 | 75 | 63 | 0 | 27 | 18 | 9C | 63 | 26 |
| Octal | 1 | 301 | 165 | 143 | 0 | 47 | 30 | 234 | 143 | 46 |
| Binary | 1 | 11000001 | 1110101 | 1100011 | 0 | 100111 | 11000 | 10011100 | 1100011 | 100110 |
Color Harmonies of #01C175
Complementary color
Monochromatic Colors of #01C175
Black with #01C175
Text Example
Text Example
White with #01C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C175; }
p { color: rgb(1,193,117); }
H1.HeaderClassName
{
color: #01C175;
}
.AnyTagClassName
{
color: #01C175;
}
</style>
background-color css
<style>
a { background-color: #01C175; }
a { background-color: rgb(1,193,117); }
div.DivClassName
{
background-color: #01C175;
}
.BgClassName
{
background-color: #01C175;
}
</style>
border-color css
<style>
span { border-color: #01C175; }
span { border-color: rgb(1,193,117); }
td.TdClassName
{
border-color: #01C175;
}
.TagClassName
{
border-color: #01C175;
}
</style>