Shades of Dark Pastel Green #1EC146
Tints of Dark Pastel Green #1EC146
RGB
CMYK
RGB Variations
Color information
#1EC146 (or 0x1EC146) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 46. RGB value is (30,193,70). Sum of RGB (Red+Green+Blue) = 30+193+70=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC146 is #E13EB9. Grayscale: #828282. Windows color (decimal): -14761658 or 4636958. OLE color: 4636958.
HSL color Cylindrical-coordinate representation of color #1EC146: hue angle of 134.72º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC146 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 70 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.24 |
| HSL | 134.72º | 0.73% | 0.44% | - |
| HSV(B) | 134.72º | 0.84% | 0.76% | - |
| XYZ | 20.71 | 38.86 | 12.2 | - |
| YUV | 130.24 | 94 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 70 | 0.84 | 0 | 0.64 | 0.24 | 134.72 | 0.73 | 0.44 |
| Hex | 1E | C1 | 46 | 54 | 0 | 40 | 18 | 87 | 49 | 2C |
| Octal | 36 | 301 | 106 | 124 | 0 | 100 | 30 | 207 | 111 | 54 |
| Binary | 11110 | 11000001 | 1000110 | 1010100 | 0 | 1000000 | 11000 | 10000111 | 1001001 | 101100 |
Color Harmonies of #1EC146
Complementary color
Monochromatic Colors of #1EC146
Black with #1EC146
Text Example
Text Example
White with #1EC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC146; }
p { color: rgb(30,193,70); }
H1.HeaderClassName
{
color: #1EC146;
}
.AnyTagClassName
{
color: #1EC146;
}
</style>
background-color css
<style>
a { background-color: #1EC146; }
a { background-color: rgb(30,193,70); }
div.DivClassName
{
background-color: #1EC146;
}
.BgClassName
{
background-color: #1EC146;
}
</style>
border-color css
<style>
span { border-color: #1EC146; }
span { border-color: rgb(30,193,70); }
td.TdClassName
{
border-color: #1EC146;
}
.TagClassName
{
border-color: #1EC146;
}
</style>