Shades of Jade #01C675
Tints of Jade #01C675
RGB
CMYK
RGB Variations
Color information
#01C675 (or 0x01C675) is known color: Jade. HEX triplet: 01, C6 and 75. RGB value is (1,198,117). Sum of RGB (Red+Green+Blue) = 1+198+117=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 198 (77.73% from 255 or 62.66% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 198 - color contains mainly: green. Hex color #01C675 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C675 is #FE398A. Grayscale: #818181. Windows color (decimal): -16660875 or 7718401. OLE color: 7718401.
HSL color Cylindrical-coordinate representation of color #01C675: hue angle of 155.33º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C675 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 117 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.22 |
| HSL | 155.33º | 0.99% | 0.39% | - |
| HSV(B) | 155.33º | 0.99% | 0.78% | - |
| XYZ | 23.42 | 41.68 | 23.64 | - |
| YUV | 129.86 | 120.73 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 117 | 0.99 | 0 | 0.41 | 0.22 | 155.33 | 0.99 | 0.39 |
| Hex | 1 | C6 | 75 | 63 | 0 | 29 | 16 | 9B | 63 | 27 |
| Octal | 1 | 306 | 165 | 143 | 0 | 51 | 26 | 233 | 143 | 47 |
| Binary | 1 | 11000110 | 1110101 | 1100011 | 0 | 101001 | 10110 | 10011011 | 1100011 | 100111 |
Color Harmonies of #01C675
Complementary color
Monochromatic Colors of #01C675
Black with #01C675
Text Example
Text Example
White with #01C675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C675; }
p { color: rgb(1,198,117); }
H1.HeaderClassName
{
color: #01C675;
}
.AnyTagClassName
{
color: #01C675;
}
</style>
background-color css
<style>
a { background-color: #01C675; }
a { background-color: rgb(1,198,117); }
div.DivClassName
{
background-color: #01C675;
}
.BgClassName
{
background-color: #01C675;
}
</style>
border-color css
<style>
span { border-color: #01C675; }
span { border-color: rgb(1,198,117); }
td.TdClassName
{
border-color: #01C675;
}
.TagClassName
{
border-color: #01C675;
}
</style>