Shades of Jade #01C66A
Tints of Jade #01C66A
RGB
CMYK
RGB Variations
Color information
#01C66A (or 0x01C66A) is known color: Jade. HEX triplet: 01, C6 and 6A. RGB value is (1,198,106). Sum of RGB (Red+Green+Blue) = 1+198+106=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #01C66A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C66A is #FE3995. Grayscale: #808080. Windows color (decimal): -16660886 or 6997505. OLE color: 6997505.
HSL color Cylindrical-coordinate representation of color #01C66A: hue angle of 151.98º 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 #01C66A is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 106 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.22 |
| HSL | 151.98º | 0.99% | 0.39% | - |
| HSV(B) | 151.98º | 0.99% | 0.78% | - |
| XYZ | 22.81 | 41.44 | 20.43 | - |
| YUV | 128.61 | 115.23 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 106 | 0.99 | 0 | 0.46 | 0.22 | 151.98 | 0.99 | 0.39 |
| Hex | 1 | C6 | 6A | 63 | 0 | 2E | 16 | 98 | 63 | 27 |
| Octal | 1 | 306 | 152 | 143 | 0 | 56 | 26 | 230 | 143 | 47 |
| Binary | 1 | 11000110 | 1101010 | 1100011 | 0 | 101110 | 10110 | 10011000 | 1100011 | 100111 |
Color Harmonies of #01C66A
Complementary color
Monochromatic Colors of #01C66A
Black with #01C66A
Text Example
Text Example
White with #01C66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C66A; }
p { color: rgb(1,198,106); }
H1.HeaderClassName
{
color: #01C66A;
}
.AnyTagClassName
{
color: #01C66A;
}
</style>
background-color css
<style>
a { background-color: #01C66A; }
a { background-color: rgb(1,198,106); }
div.DivClassName
{
background-color: #01C66A;
}
.BgClassName
{
background-color: #01C66A;
}
</style>
border-color css
<style>
span { border-color: #01C66A; }
span { border-color: rgb(1,198,106); }
td.TdClassName
{
border-color: #01C66A;
}
.TagClassName
{
border-color: #01C66A;
}
</style>