Shades of Jade #01C360
Tints of Jade #01C360
RGB
CMYK
RGB Variations
Color information
#01C360 (or 0x01C360) is known color: Jade. HEX triplet: 01, C3 and 60. RGB value is (1,195,96). Sum of RGB (Red+Green+Blue) = 1+195+96=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 195 (76.56% from 255 or 66.78% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 195 - color contains mainly: green. Hex color #01C360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C360 is #FE3C9F. Grayscale: #7D7D7D. Windows color (decimal): -16661664 or 6341377. OLE color: 6341377.
HSL color Cylindrical-coordinate representation of color #01C360: hue angle of 149.38º 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 #01C360 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 96 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.24 |
| HSL | 149.38º | 0.99% | 0.38% | - |
| HSV(B) | 149.38º | 0.99% | 0.76% | - |
| XYZ | 21.64 | 39.88 | 17.62 | - |
| YUV | 125.71 | 111.23 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 96 | 0.99 | 0 | 0.51 | 0.24 | 149.38 | 0.99 | 0.38 |
| Hex | 1 | C3 | 60 | 63 | 0 | 33 | 18 | 95 | 63 | 26 |
| Octal | 1 | 303 | 140 | 143 | 0 | 63 | 30 | 225 | 143 | 46 |
| Binary | 1 | 11000011 | 1100000 | 1100011 | 0 | 110011 | 11000 | 10010101 | 1100011 | 100110 |
Color Harmonies of #01C360
Complementary color
Monochromatic Colors of #01C360
Black with #01C360
Text Example
Text Example
White with #01C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C360; }
p { color: rgb(1,195,96); }
H1.HeaderClassName
{
color: #01C360;
}
.AnyTagClassName
{
color: #01C360;
}
</style>
background-color css
<style>
a { background-color: #01C360; }
a { background-color: rgb(1,195,96); }
div.DivClassName
{
background-color: #01C360;
}
.BgClassName
{
background-color: #01C360;
}
</style>
border-color css
<style>
span { border-color: #01C360; }
span { border-color: rgb(1,195,96); }
td.TdClassName
{
border-color: #01C360;
}
.TagClassName
{
border-color: #01C360;
}
</style>