Shades of Jade #01C467
Tints of Jade #01C467
RGB
CMYK
RGB Variations
Color information
#01C467 (or 0x01C467) is known color: Jade. HEX triplet: 01, C4 and 67. RGB value is (1,196,103). Sum of RGB (Red+Green+Blue) = 1+196+103=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 196 (76.95% from 255 or 65.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 196 - color contains mainly: green. Hex color #01C467 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C467 is #FE3B98. Grayscale: #7F7F7F. Windows color (decimal): -16661401 or 6800385. OLE color: 6800385.
HSL color Cylindrical-coordinate representation of color #01C467: hue angle of 151.38º 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 #01C467 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 103 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.23 |
| HSL | 151.38º | 0.99% | 0.39% | - |
| HSV(B) | 151.38º | 0.99% | 0.77% | - |
| XYZ | 22.2 | 40.47 | 19.47 | - |
| YUV | 127.09 | 114.4 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 103 | 0.99 | 0 | 0.47 | 0.23 | 151.38 | 0.99 | 0.39 |
| Hex | 1 | C4 | 67 | 63 | 0 | 2F | 17 | 97 | 63 | 27 |
| Octal | 1 | 304 | 147 | 143 | 0 | 57 | 27 | 227 | 143 | 47 |
| Binary | 1 | 11000100 | 1100111 | 1100011 | 0 | 101111 | 10111 | 10010111 | 1100011 | 100111 |
Color Harmonies of #01C467
Complementary color
Monochromatic Colors of #01C467
Black with #01C467
Text Example
Text Example
White with #01C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C467; }
p { color: rgb(1,196,103); }
H1.HeaderClassName
{
color: #01C467;
}
.AnyTagClassName
{
color: #01C467;
}
</style>
background-color css
<style>
a { background-color: #01C467; }
a { background-color: rgb(1,196,103); }
div.DivClassName
{
background-color: #01C467;
}
.BgClassName
{
background-color: #01C467;
}
</style>
border-color css
<style>
span { border-color: #01C467; }
span { border-color: rgb(1,196,103); }
td.TdClassName
{
border-color: #01C467;
}
.TagClassName
{
border-color: #01C467;
}
</style>