Shades of Jade #01C067
Tints of Jade #01C067
RGB
CMYK
RGB Variations
Color information
#01C067 (or 0x01C067) is known color: Jade. HEX triplet: 01, C0 and 67. RGB value is (1,192,103). Sum of RGB (Red+Green+Blue) = 1+192+103=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #01C067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C067 is #FE3F98. Grayscale: #7C7C7C. Windows color (decimal): -16662425 or 6799361. OLE color: 6799361.
HSL color Cylindrical-coordinate representation of color #01C067: hue angle of 152.04º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C067 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 103 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.25 |
| HSL | 152.04º | 0.99% | 0.38% | - |
| HSV(B) | 152.04º | 0.99% | 0.75% | - |
| XYZ | 21.31 | 38.69 | 19.18 | - |
| YUV | 124.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 103 | 0.99 | 0 | 0.46 | 0.25 | 152.04 | 0.99 | 0.38 |
| Hex | 1 | C0 | 67 | 63 | 0 | 2E | 19 | 98 | 63 | 26 |
| Octal | 1 | 300 | 147 | 143 | 0 | 56 | 31 | 230 | 143 | 46 |
| Binary | 1 | 11000000 | 1100111 | 1100011 | 0 | 101110 | 11001 | 10011000 | 1100011 | 100110 |
Color Harmonies of #01C067
Complementary color
Monochromatic Colors of #01C067
Black with #01C067
Text Example
Text Example
White with #01C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C067; }
p { color: rgb(1,192,103); }
H1.HeaderClassName
{
color: #01C067;
}
.AnyTagClassName
{
color: #01C067;
}
</style>
background-color css
<style>
a { background-color: #01C067; }
a { background-color: rgb(1,192,103); }
div.DivClassName
{
background-color: #01C067;
}
.BgClassName
{
background-color: #01C067;
}
</style>
border-color css
<style>
span { border-color: #01C067; }
span { border-color: rgb(1,192,103); }
td.TdClassName
{
border-color: #01C067;
}
.TagClassName
{
border-color: #01C067;
}
</style>