Shades of Shamrock #1EC698
Tints of Shamrock #1EC698
RGB
CMYK
RGB Variations
Color information
#1EC698 (or 0x1EC698) is known color: Shamrock. HEX triplet: 1E, C6 and 98. RGB value is (30,198,152). Sum of RGB (Red+Green+Blue) = 30+198+152=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #1EC698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC698 is #E13967. Grayscale: #8E8E8E. Windows color (decimal): -14760296 or 10012190. OLE color: 10012190.
HSL color Cylindrical-coordinate representation of color #1EC698: hue angle of 163.57º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC698 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 198 | 152 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.22 |
| HSL | 163.57º | 0.74% | 0.45% | - |
| HSV(B) | 163.57º | 0.85% | 0.78% | - |
| XYZ | 26.4 | 42.93 | 36.6 | - |
| YUV | 142.52 | 133.34 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 198 | 152 | 0.85 | 0 | 0.23 | 0.22 | 163.57 | 0.74 | 0.45 |
| Hex | 1E | C6 | 98 | 55 | 0 | 17 | 16 | A4 | 4A | 2D |
| Octal | 36 | 306 | 230 | 125 | 0 | 27 | 26 | 244 | 112 | 55 |
| Binary | 11110 | 11000110 | 10011000 | 1010101 | 0 | 10111 | 10110 | 10100100 | 1001010 | 101101 |
Color Harmonies of #1EC698
Complementary color
Monochromatic Colors of #1EC698
Black with #1EC698
Text Example
Text Example
White with #1EC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC698; }
p { color: rgb(30,198,152); }
H1.HeaderClassName
{
color: #1EC698;
}
.AnyTagClassName
{
color: #1EC698;
}
</style>
background-color css
<style>
a { background-color: #1EC698; }
a { background-color: rgb(30,198,152); }
div.DivClassName
{
background-color: #1EC698;
}
.BgClassName
{
background-color: #1EC698;
}
</style>
border-color css
<style>
span { border-color: #1EC698; }
span { border-color: rgb(30,198,152); }
td.TdClassName
{
border-color: #1EC698;
}
.TagClassName
{
border-color: #1EC698;
}
</style>