Shades of Dark Pastel Green #01C14C
Tints of Dark Pastel Green #01C14C
RGB
CMYK
RGB Variations
Color information
#01C14C (or 0x01C14C) is known color: Dark Pastel Green. HEX triplet: 01, C1 and 4C. RGB value is (1,193,76). Sum of RGB (Red+Green+Blue) = 1+193+76=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 193 (75.78% from 255 or 71.48% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 193 - color contains mainly: green. Hex color #01C14C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C14C is #FE3EB3. Grayscale: #7A7A7A. Windows color (decimal): -16662196 or 5030145. OLE color: 5030145.
HSL color Cylindrical-coordinate representation of color #01C14C: hue angle of 143.44º 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 #01C14C is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 76 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.24 |
| HSL | 143.44º | 0.99% | 0.38% | - |
| HSV(B) | 143.44º | 0.99% | 0.76% | - |
| XYZ | 20.39 | 38.67 | 13.23 | - |
| YUV | 122.25 | 101.89 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 76 | 0.99 | 0 | 0.61 | 0.24 | 143.44 | 0.99 | 0.38 |
| Hex | 1 | C1 | 4C | 63 | 0 | 3D | 18 | 8F | 63 | 26 |
| Octal | 1 | 301 | 114 | 143 | 0 | 75 | 30 | 217 | 143 | 46 |
| Binary | 1 | 11000001 | 1001100 | 1100011 | 0 | 111101 | 11000 | 10001111 | 1100011 | 100110 |
Color Harmonies of #01C14C
Complementary color
Monochromatic Colors of #01C14C
Black with #01C14C
Text Example
Text Example
White with #01C14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C14C; }
p { color: rgb(1,193,76); }
H1.HeaderClassName
{
color: #01C14C;
}
.AnyTagClassName
{
color: #01C14C;
}
</style>
background-color css
<style>
a { background-color: #01C14C; }
a { background-color: rgb(1,193,76); }
div.DivClassName
{
background-color: #01C14C;
}
.BgClassName
{
background-color: #01C14C;
}
</style>
border-color css
<style>
span { border-color: #01C14C; }
span { border-color: rgb(1,193,76); }
td.TdClassName
{
border-color: #01C14C;
}
.TagClassName
{
border-color: #01C14C;
}
</style>