Shades of Jade #01C364
Tints of Jade #01C364
RGB
CMYK
RGB Variations
Color information
#01C364 (or 0x01C364) is known color: Jade. HEX triplet: 01, C3 and 64. RGB value is (1,195,100). Sum of RGB (Red+Green+Blue) = 1+195+100=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #01C364 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C364 is #FE3C9B. Grayscale: #7E7E7E. Windows color (decimal): -16661660 or 6603521. OLE color: 6603521.
HSL color Cylindrical-coordinate representation of color #01C364: hue angle of 150.62º 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 #01C364 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 100 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.24 |
| HSL | 150.62º | 0.99% | 0.38% | - |
| HSV(B) | 150.62º | 0.99% | 0.76% | - |
| XYZ | 21.83 | 39.96 | 18.62 | - |
| YUV | 126.16 | 113.23 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 100 | 0.99 | 0 | 0.49 | 0.24 | 150.62 | 0.99 | 0.38 |
| Hex | 1 | C3 | 64 | 63 | 0 | 31 | 18 | 97 | 63 | 26 |
| Octal | 1 | 303 | 144 | 143 | 0 | 61 | 30 | 227 | 143 | 46 |
| Binary | 1 | 11000011 | 1100100 | 1100011 | 0 | 110001 | 11000 | 10010111 | 1100011 | 100110 |
Color Harmonies of #01C364
Complementary color
Monochromatic Colors of #01C364
Black with #01C364
Text Example
Text Example
White with #01C364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C364; }
p { color: rgb(1,195,100); }
H1.HeaderClassName
{
color: #01C364;
}
.AnyTagClassName
{
color: #01C364;
}
</style>
background-color css
<style>
a { background-color: #01C364; }
a { background-color: rgb(1,195,100); }
div.DivClassName
{
background-color: #01C364;
}
.BgClassName
{
background-color: #01C364;
}
</style>
border-color css
<style>
span { border-color: #01C364; }
span { border-color: rgb(1,195,100); }
td.TdClassName
{
border-color: #01C364;
}
.TagClassName
{
border-color: #01C364;
}
</style>