Shades of Shamrock #1ED978
Tints of Shamrock #1ED978
RGB
CMYK
RGB Variations
Color information
#1ED978 (or 0x1ED978) is known color: Shamrock. HEX triplet: 1E, D9 and 78. RGB value is (30,217,120). Sum of RGB (Red+Green+Blue) = 30+217+120=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED978 is #E12687. Grayscale: #969696. Windows color (decimal): -14755464 or 7919902. OLE color: 7919902.
HSL color Cylindrical-coordinate representation of color #1ED978: hue angle of 148.88º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED978 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 120 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.15 |
| HSL | 148.88º | 0.76% | 0.48% | - |
| HSV(B) | 148.88º | 0.86% | 0.85% | - |
| XYZ | 28.74 | 51.26 | 26.15 | - |
| YUV | 150.03 | 111.05 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 120 | 0.86 | 0 | 0.45 | 0.15 | 148.88 | 0.76 | 0.48 |
| Hex | 1E | D9 | 78 | 56 | 0 | 2D | F | 95 | 4C | 30 |
| Octal | 36 | 331 | 170 | 126 | 0 | 55 | 17 | 225 | 114 | 60 |
| Binary | 11110 | 11011001 | 1111000 | 1010110 | 0 | 101101 | 1111 | 10010101 | 1001100 | 110000 |
Color Harmonies of #1ED978
Complementary color
Monochromatic Colors of #1ED978
Black with #1ED978
Text Example
Text Example
White with #1ED978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED978; }
p { color: rgb(30,217,120); }
H1.HeaderClassName
{
color: #1ED978;
}
.AnyTagClassName
{
color: #1ED978;
}
</style>
background-color css
<style>
a { background-color: #1ED978; }
a { background-color: rgb(30,217,120); }
div.DivClassName
{
background-color: #1ED978;
}
.BgClassName
{
background-color: #1ED978;
}
</style>
border-color css
<style>
span { border-color: #1ED978; }
span { border-color: rgb(30,217,120); }
td.TdClassName
{
border-color: #1ED978;
}
.TagClassName
{
border-color: #1ED978;
}
</style>