Shades of Shamrock #1EDA78
Tints of Shamrock #1EDA78
RGB
CMYK
RGB Variations
Color information
#1EDA78 (or 0x1EDA78) is known color: Shamrock. HEX triplet: 1E, DA and 78. RGB value is (30,218,120). Sum of RGB (Red+Green+Blue) = 30+218+120=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDA78 is #E12587. Grayscale: #969696. Windows color (decimal): -14755208 or 7920158. OLE color: 7920158.
HSL color Cylindrical-coordinate representation of color #1EDA78: hue angle of 148.72º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDA78 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 120 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.15 |
| HSL | 148.72º | 0.76% | 0.49% | - |
| HSV(B) | 148.72º | 0.86% | 0.85% | - |
| XYZ | 29 | 51.77 | 26.23 | - |
| YUV | 150.62 | 110.72 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 120 | 0.86 | 0 | 0.45 | 0.15 | 148.72 | 0.76 | 0.49 |
| Hex | 1E | DA | 78 | 56 | 0 | 2D | F | 95 | 4C | 31 |
| Octal | 36 | 332 | 170 | 126 | 0 | 55 | 17 | 225 | 114 | 61 |
| Binary | 11110 | 11011010 | 1111000 | 1010110 | 0 | 101101 | 1111 | 10010101 | 1001100 | 110001 |
Color Harmonies of #1EDA78
Complementary color
Monochromatic Colors of #1EDA78
Black with #1EDA78
Text Example
Text Example
White with #1EDA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA78; }
p { color: rgb(30,218,120); }
H1.HeaderClassName
{
color: #1EDA78;
}
.AnyTagClassName
{
color: #1EDA78;
}
</style>
background-color css
<style>
a { background-color: #1EDA78; }
a { background-color: rgb(30,218,120); }
div.DivClassName
{
background-color: #1EDA78;
}
.BgClassName
{
background-color: #1EDA78;
}
</style>
border-color css
<style>
span { border-color: #1EDA78; }
span { border-color: rgb(30,218,120); }
td.TdClassName
{
border-color: #1EDA78;
}
.TagClassName
{
border-color: #1EDA78;
}
</style>