Shades of Shamrock #1ED296
Tints of Shamrock #1ED296
RGB
CMYK
RGB Variations
Color information
#1ED296 (or 0x1ED296) is known color: Shamrock. HEX triplet: 1E, D2 and 96. RGB value is (30,210,150). Sum of RGB (Red+Green+Blue) = 30+210+150=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED296 is #E12D69. Grayscale: #959595. Windows color (decimal): -14757226 or 9884190. OLE color: 9884190.
HSL color Cylindrical-coordinate representation of color #1ED296: hue angle of 160º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED296 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 150 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.18 |
| HSL | 160º | 0.75% | 0.47% | - |
| HSV(B) | 160º | 0.86% | 0.82% | - |
| XYZ | 29.09 | 48.57 | 36.7 | - |
| YUV | 149.34 | 128.37 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 150 | 0.86 | 0 | 0.29 | 0.18 | 160 | 0.75 | 0.47 |
| Hex | 1E | D2 | 96 | 56 | 0 | 1D | 12 | A0 | 4B | 2F |
| Octal | 36 | 322 | 226 | 126 | 0 | 35 | 22 | 240 | 113 | 57 |
| Binary | 11110 | 11010010 | 10010110 | 1010110 | 0 | 11101 | 10010 | 10100000 | 1001011 | 101111 |
Color Harmonies of #1ED296
Complementary color
Monochromatic Colors of #1ED296
Black with #1ED296
Text Example
Text Example
White with #1ED296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED296; }
p { color: rgb(30,210,150); }
H1.HeaderClassName
{
color: #1ED296;
}
.AnyTagClassName
{
color: #1ED296;
}
</style>
background-color css
<style>
a { background-color: #1ED296; }
a { background-color: rgb(30,210,150); }
div.DivClassName
{
background-color: #1ED296;
}
.BgClassName
{
background-color: #1ED296;
}
</style>
border-color css
<style>
span { border-color: #1ED296; }
span { border-color: rgb(30,210,150); }
td.TdClassName
{
border-color: #1ED296;
}
.TagClassName
{
border-color: #1ED296;
}
</style>