Shades of Dark Pastel Green #1EC143
Tints of Dark Pastel Green #1EC143
RGB
CMYK
RGB Variations
Color information
#1EC143 (or 0x1EC143) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 43. RGB value is (30,193,67). Sum of RGB (Red+Green+Blue) = 30+193+67=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 193 (75.78% from 255 or 66.55% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC143 is #E13EBC. Grayscale: #828282. Windows color (decimal): -14761661 or 4440350. OLE color: 4440350.
HSL color Cylindrical-coordinate representation of color #1EC143: hue angle of 133.62º 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 #1EC143 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 67 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.24 |
| HSL | 133.62º | 0.73% | 0.44% | - |
| HSV(B) | 133.62º | 0.84% | 0.76% | - |
| XYZ | 20.62 | 38.82 | 11.72 | - |
| YUV | 129.9 | 92.5 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 67 | 0.84 | 0 | 0.65 | 0.24 | 133.62 | 0.73 | 0.44 |
| Hex | 1E | C1 | 43 | 54 | 0 | 41 | 18 | 86 | 49 | 2C |
| Octal | 36 | 301 | 103 | 124 | 0 | 101 | 30 | 206 | 111 | 54 |
| Binary | 11110 | 11000001 | 1000011 | 1010100 | 0 | 1000001 | 11000 | 10000110 | 1001001 | 101100 |
Color Harmonies of #1EC143
Complementary color
Monochromatic Colors of #1EC143
Black with #1EC143
Text Example
Text Example
White with #1EC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC143; }
p { color: rgb(30,193,67); }
H1.HeaderClassName
{
color: #1EC143;
}
.AnyTagClassName
{
color: #1EC143;
}
</style>
background-color css
<style>
a { background-color: #1EC143; }
a { background-color: rgb(30,193,67); }
div.DivClassName
{
background-color: #1EC143;
}
.BgClassName
{
background-color: #1EC143;
}
</style>
border-color css
<style>
span { border-color: #1EC143; }
span { border-color: rgb(30,193,67); }
td.TdClassName
{
border-color: #1EC143;
}
.TagClassName
{
border-color: #1EC143;
}
</style>