Shades of Jade #01C465
Tints of Jade #01C465
RGB
CMYK
RGB Variations
Color information
#01C465 (or 0x01C465) is known color: Jade. HEX triplet: 01, C4 and 65. RGB value is (1,196,101). Sum of RGB (Red+Green+Blue) = 1+196+101=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 196 (76.95% from 255 or 65.77% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 196 - color contains mainly: green. Hex color #01C465 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C465 is #FE3B9A. Grayscale: #7F7F7F. Windows color (decimal): -16661403 or 6669313. OLE color: 6669313.
HSL color Cylindrical-coordinate representation of color #01C465: hue angle of 150.77º 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 #01C465 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 101 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.23 |
| HSL | 150.77º | 0.99% | 0.39% | - |
| HSV(B) | 150.77º | 0.99% | 0.77% | - |
| XYZ | 22.1 | 40.43 | 18.95 | - |
| YUV | 126.87 | 113.4 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 101 | 0.99 | 0 | 0.48 | 0.23 | 150.77 | 0.99 | 0.39 |
| Hex | 1 | C4 | 65 | 63 | 0 | 30 | 17 | 97 | 63 | 27 |
| Octal | 1 | 304 | 145 | 143 | 0 | 60 | 27 | 227 | 143 | 47 |
| Binary | 1 | 11000100 | 1100101 | 1100011 | 0 | 110000 | 10111 | 10010111 | 1100011 | 100111 |
Color Harmonies of #01C465
Complementary color
Monochromatic Colors of #01C465
Black with #01C465
Text Example
Text Example
White with #01C465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C465; }
p { color: rgb(1,196,101); }
H1.HeaderClassName
{
color: #01C465;
}
.AnyTagClassName
{
color: #01C465;
}
</style>
background-color css
<style>
a { background-color: #01C465; }
a { background-color: rgb(1,196,101); }
div.DivClassName
{
background-color: #01C465;
}
.BgClassName
{
background-color: #01C465;
}
</style>
border-color css
<style>
span { border-color: #01C465; }
span { border-color: rgb(1,196,101); }
td.TdClassName
{
border-color: #01C465;
}
.TagClassName
{
border-color: #01C465;
}
</style>