Shades of Shamrock #1EDA8D
Tints of Shamrock #1EDA8D
RGB
CMYK
RGB Variations
Color information
#1EDA8D (or 0x1EDA8D) is known color: Shamrock. HEX triplet: 1E, DA and 8D. RGB value is (30,218,141). Sum of RGB (Red+Green+Blue) = 30+218+141=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDA8D is #E12572. Grayscale: #999999. Windows color (decimal): -14755187 or 9296414. OLE color: 9296414.
HSL color Cylindrical-coordinate representation of color #1EDA8D: hue angle of 155.43º 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 #1EDA8D is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
RGB | 30 | 218 | 141 | - |
CMYK | 0.86 | 0 | 0.35 | 0.15 |
HSL | 155.43º | 0.76% | 0.49% | - |
HSV(B) | 155.43º | 0.86% | 0.85% | - |
XYZ | 30.41 | 52.34 | 33.7 | - |
YUV | 153.01 | 121.22 | 40.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 218 | 141 | 0.86 | 0 | 0.35 | 0.15 | 155.43 | 0.76 | 0.49 |
Hex | 1E | DA | 8D | 56 | 0 | 23 | F | 9B | 4C | 31 |
Octal | 36 | 332 | 215 | 126 | 0 | 43 | 17 | 233 | 114 | 61 |
Binary | 11110 | 11011010 | 10001101 | 1010110 | 0 | 100011 | 1111 | 10011011 | 1001100 | 110001 |
Color Harmonies of #1EDA8D
Complementary color
Monochromatic Colors of #1EDA8D
Black with #1EDA8D
Text Example
Text Example
White with #1EDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA8D; }
p { color: rgb(30,218,141); }
H1.HeaderClassName
{
color: #1EDA8D;
}
.AnyTagClassName
{
color: #1EDA8D;
}
</style>
background-color css
<style>
a { background-color: #1EDA8D; }
a { background-color: rgb(30,218,141); }
div.DivClassName
{
background-color: #1EDA8D;
}
.BgClassName
{
background-color: #1EDA8D;
}
</style>
border-color css
<style>
span { border-color: #1EDA8D; }
span { border-color: rgb(30,218,141); }
td.TdClassName
{
border-color: #1EDA8D;
}
.TagClassName
{
border-color: #1EDA8D;
}
</style>