Shades of Jade #01C368
Tints of Jade #01C368
RGB
CMYK
RGB Variations
Color information
#01C368 (or 0x01C368) is known color: Jade. HEX triplet: 01, C3 and 68. RGB value is (1,195,104). Sum of RGB (Red+Green+Blue) = 1+195+104=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #01C368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C368 is #FE3C97. Grayscale: #7E7E7E. Windows color (decimal): -16661656 or 6865665. OLE color: 6865665.
HSL color Cylindrical-coordinate representation of color #01C368: hue angle of 151.86º 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 #01C368 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 104 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.24 |
| HSL | 151.86º | 0.99% | 0.38% | - |
| HSV(B) | 151.86º | 0.99% | 0.76% | - |
| XYZ | 22.03 | 40.04 | 19.66 | - |
| YUV | 126.62 | 115.23 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 104 | 0.99 | 0 | 0.47 | 0.24 | 151.86 | 0.99 | 0.38 |
| Hex | 1 | C3 | 68 | 63 | 0 | 2F | 18 | 98 | 63 | 26 |
| Octal | 1 | 303 | 150 | 143 | 0 | 57 | 30 | 230 | 143 | 46 |
| Binary | 1 | 11000011 | 1101000 | 1100011 | 0 | 101111 | 11000 | 10011000 | 1100011 | 100110 |
Color Harmonies of #01C368
Complementary color
Monochromatic Colors of #01C368
Black with #01C368
Text Example
Text Example
White with #01C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C368; }
p { color: rgb(1,195,104); }
H1.HeaderClassName
{
color: #01C368;
}
.AnyTagClassName
{
color: #01C368;
}
</style>
background-color css
<style>
a { background-color: #01C368; }
a { background-color: rgb(1,195,104); }
div.DivClassName
{
background-color: #01C368;
}
.BgClassName
{
background-color: #01C368;
}
</style>
border-color css
<style>
span { border-color: #01C368; }
span { border-color: rgb(1,195,104); }
td.TdClassName
{
border-color: #01C368;
}
.TagClassName
{
border-color: #01C368;
}
</style>