Shades of Jade #01C46B
Tints of Jade #01C46B
RGB
CMYK
RGB Variations
Color information
#01C46B (or 0x01C46B) is known color: Jade. HEX triplet: 01, C4 and 6B. RGB value is (1,196,107). Sum of RGB (Red+Green+Blue) = 1+196+107=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #01C46B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C46B is #FE3B94. Grayscale: #7F7F7F. Windows color (decimal): -16661397 or 7062529. OLE color: 7062529.
HSL color Cylindrical-coordinate representation of color #01C46B: hue angle of 152.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C46B is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 107 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.23 |
| HSL | 152.62º | 0.99% | 0.39% | - |
| HSV(B) | 152.62º | 0.99% | 0.77% | - |
| XYZ | 22.41 | 40.55 | 20.56 | - |
| YUV | 127.55 | 116.4 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 107 | 0.99 | 0 | 0.45 | 0.23 | 152.62 | 0.99 | 0.39 |
| Hex | 1 | C4 | 6B | 63 | 0 | 2D | 17 | 99 | 63 | 27 |
| Octal | 1 | 304 | 153 | 143 | 0 | 55 | 27 | 231 | 143 | 47 |
| Binary | 1 | 11000100 | 1101011 | 1100011 | 0 | 101101 | 10111 | 10011001 | 1100011 | 100111 |
Color Harmonies of #01C46B
Complementary color
Monochromatic Colors of #01C46B
Black with #01C46B
Text Example
Text Example
White with #01C46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C46B; }
p { color: rgb(1,196,107); }
H1.HeaderClassName
{
color: #01C46B;
}
.AnyTagClassName
{
color: #01C46B;
}
</style>
background-color css
<style>
a { background-color: #01C46B; }
a { background-color: rgb(1,196,107); }
div.DivClassName
{
background-color: #01C46B;
}
.BgClassName
{
background-color: #01C46B;
}
</style>
border-color css
<style>
span { border-color: #01C46B; }
span { border-color: rgb(1,196,107); }
td.TdClassName
{
border-color: #01C46B;
}
.TagClassName
{
border-color: #01C46B;
}
</style>