Shades of Shamrock #1EDD97
Tints of Shamrock #1EDD97
RGB
CMYK
RGB Variations
Color information
#1EDD97 (or 0x1EDD97) is known color: Shamrock. HEX triplet: 1E, DD and 97. RGB value is (30,221,151). Sum of RGB (Red+Green+Blue) = 30+221+151=402 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.46% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDD97 is #E12268. Grayscale: #9C9C9C. Windows color (decimal): -14754409 or 9952542. OLE color: 9952542.
HSL color Cylindrical-coordinate representation of color #1EDD97: hue angle of 158.01º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDD97 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 151 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.13 |
| HSL | 158.01º | 0.76% | 0.49% | - |
| HSV(B) | 158.01º | 0.86% | 0.87% | - |
| XYZ | 31.98 | 54.22 | 38.06 | - |
| YUV | 155.91 | 125.22 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 151 | 0.86 | 0 | 0.32 | 0.13 | 158.01 | 0.76 | 0.49 |
| Hex | 1E | DD | 97 | 56 | 0 | 20 | D | 9E | 4C | 31 |
| Octal | 36 | 335 | 227 | 126 | 0 | 40 | 15 | 236 | 114 | 61 |
| Binary | 11110 | 11011101 | 10010111 | 1010110 | 0 | 100000 | 1101 | 10011110 | 1001100 | 110001 |
Color Harmonies of #1EDD97
Complementary color
Monochromatic Colors of #1EDD97
Black with #1EDD97
Text Example
Text Example
White with #1EDD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD97; }
p { color: rgb(30,221,151); }
H1.HeaderClassName
{
color: #1EDD97;
}
.AnyTagClassName
{
color: #1EDD97;
}
</style>
background-color css
<style>
a { background-color: #1EDD97; }
a { background-color: rgb(30,221,151); }
div.DivClassName
{
background-color: #1EDD97;
}
.BgClassName
{
background-color: #1EDD97;
}
</style>
border-color css
<style>
span { border-color: #1EDD97; }
span { border-color: rgb(30,221,151); }
td.TdClassName
{
border-color: #1EDD97;
}
.TagClassName
{
border-color: #1EDD97;
}
</style>