Shades of Dark Pastel Green #1EB954
Tints of Dark Pastel Green #1EB954
RGB
CMYK
RGB Variations
Color information
#1EB954 (or 0x1EB954) is known color: Dark Pastel Green. HEX triplet: 1E, B9 and 54. RGB value is (30,185,84). Sum of RGB (Red+Green+Blue) = 30+185+84=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 185 (72.66% from 255 or 61.87% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB954 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB954 is #E146AB. Grayscale: #7F7F7F. Windows color (decimal): -14763692 or 5552414. OLE color: 5552414.
HSL color Cylindrical-coordinate representation of color #1EB954: hue angle of 140.9º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB954 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 84 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.27 |
| HSL | 140.9º | 0.72% | 0.42% | - |
| HSV(B) | 140.9º | 0.84% | 0.73% | - |
| XYZ | 19.48 | 35.61 | 14.23 | - |
| YUV | 127.14 | 103.65 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 84 | 0.84 | 0 | 0.55 | 0.27 | 140.9 | 0.72 | 0.42 |
| Hex | 1E | B9 | 54 | 54 | 0 | 37 | 1B | 8D | 48 | 2A |
| Octal | 36 | 271 | 124 | 124 | 0 | 67 | 33 | 215 | 110 | 52 |
| Binary | 11110 | 10111001 | 1010100 | 1010100 | 0 | 110111 | 11011 | 10001101 | 1001000 | 101010 |
Color Harmonies of #1EB954
Complementary color
Monochromatic Colors of #1EB954
Black with #1EB954
Text Example
Text Example
White with #1EB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB954; }
p { color: rgb(30,185,84); }
H1.HeaderClassName
{
color: #1EB954;
}
.AnyTagClassName
{
color: #1EB954;
}
</style>
background-color css
<style>
a { background-color: #1EB954; }
a { background-color: rgb(30,185,84); }
div.DivClassName
{
background-color: #1EB954;
}
.BgClassName
{
background-color: #1EB954;
}
</style>
border-color css
<style>
span { border-color: #1EB954; }
span { border-color: rgb(30,185,84); }
td.TdClassName
{
border-color: #1EB954;
}
.TagClassName
{
border-color: #1EB954;
}
</style>