Shades of Jade #01C468
Tints of Jade #01C468
RGB
CMYK
RGB Variations
Color information
#01C468 (or 0x01C468) is known color: Jade. HEX triplet: 01, C4 and 68. RGB value is (1,196,104). Sum of RGB (Red+Green+Blue) = 1+196+104=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 196 (76.95% from 255 or 65.12% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 196 - color contains mainly: green. Hex color #01C468 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C468 is #FE3B97. Grayscale: #7F7F7F. Windows color (decimal): -16661400 or 6865921. OLE color: 6865921.
HSL color Cylindrical-coordinate representation of color #01C468: hue angle of 151.69º 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 #01C468 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 104 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.23 |
| HSL | 151.69º | 0.99% | 0.39% | - |
| HSV(B) | 151.69º | 0.99% | 0.77% | - |
| XYZ | 22.25 | 40.49 | 19.74 | - |
| YUV | 127.21 | 114.9 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 104 | 0.99 | 0 | 0.47 | 0.23 | 151.69 | 0.99 | 0.39 |
| Hex | 1 | C4 | 68 | 63 | 0 | 2F | 17 | 98 | 63 | 27 |
| Octal | 1 | 304 | 150 | 143 | 0 | 57 | 27 | 230 | 143 | 47 |
| Binary | 1 | 11000100 | 1101000 | 1100011 | 0 | 101111 | 10111 | 10011000 | 1100011 | 100111 |
Color Harmonies of #01C468
Complementary color
Monochromatic Colors of #01C468
Black with #01C468
Text Example
Text Example
White with #01C468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C468; }
p { color: rgb(1,196,104); }
H1.HeaderClassName
{
color: #01C468;
}
.AnyTagClassName
{
color: #01C468;
}
</style>
background-color css
<style>
a { background-color: #01C468; }
a { background-color: rgb(1,196,104); }
div.DivClassName
{
background-color: #01C468;
}
.BgClassName
{
background-color: #01C468;
}
</style>
border-color css
<style>
span { border-color: #01C468; }
span { border-color: rgb(1,196,104); }
td.TdClassName
{
border-color: #01C468;
}
.TagClassName
{
border-color: #01C468;
}
</style>