Shades of Jade #01C15F
Tints of Jade #01C15F
RGB
CMYK
RGB Variations
Color information
#01C15F (or 0x01C15F) is known color: Jade. HEX triplet: 01, C1 and 5F. RGB value is (1,193,95). Sum of RGB (Red+Green+Blue) = 1+193+95=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #01C15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C15F is #FE3EA0. Grayscale: #7C7C7C. Windows color (decimal): -16662177 or 6275329. OLE color: 6275329.
HSL color Cylindrical-coordinate representation of color #01C15F: hue angle of 149.38º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C15F is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 95 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.24 |
| HSL | 149.38º | 0.99% | 0.38% | - |
| HSV(B) | 149.38º | 0.99% | 0.76% | - |
| XYZ | 21.15 | 38.97 | 17.23 | - |
| YUV | 124.42 | 111.39 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 95 | 0.99 | 0 | 0.51 | 0.24 | 149.38 | 0.99 | 0.38 |
| Hex | 1 | C1 | 5F | 63 | 0 | 33 | 18 | 95 | 63 | 26 |
| Octal | 1 | 301 | 137 | 143 | 0 | 63 | 30 | 225 | 143 | 46 |
| Binary | 1 | 11000001 | 1011111 | 1100011 | 0 | 110011 | 11000 | 10010101 | 1100011 | 100110 |
Color Harmonies of #01C15F
Complementary color
Monochromatic Colors of #01C15F
Black with #01C15F
Text Example
Text Example
White with #01C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C15F; }
p { color: rgb(1,193,95); }
H1.HeaderClassName
{
color: #01C15F;
}
.AnyTagClassName
{
color: #01C15F;
}
</style>
background-color css
<style>
a { background-color: #01C15F; }
a { background-color: rgb(1,193,95); }
div.DivClassName
{
background-color: #01C15F;
}
.BgClassName
{
background-color: #01C15F;
}
</style>
border-color css
<style>
span { border-color: #01C15F; }
span { border-color: rgb(1,193,95); }
td.TdClassName
{
border-color: #01C15F;
}
.TagClassName
{
border-color: #01C15F;
}
</style>