Shades of Shamrock #1EC397
Tints of Shamrock #1EC397
RGB
CMYK
RGB Variations
Color information
#1EC397 (or 0x1EC397) is known color: Shamrock. HEX triplet: 1E, C3 and 97. RGB value is (30,195,151). Sum of RGB (Red+Green+Blue) = 30+195+151=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC397 is #E13C68. Grayscale: #8C8C8C. Windows color (decimal): -14761065 or 9945886. OLE color: 9945886.
HSL color Cylindrical-coordinate representation of color #1EC397: hue angle of 164º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC397 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 151 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.24 |
| HSL | 164º | 0.73% | 0.44% | - |
| HSV(B) | 164º | 0.85% | 0.76% | - |
| XYZ | 25.64 | 41.54 | 35.95 | - |
| YUV | 140.65 | 133.84 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 151 | 0.85 | 0 | 0.23 | 0.24 | 164 | 0.73 | 0.44 |
| Hex | 1E | C3 | 97 | 55 | 0 | 17 | 18 | A4 | 49 | 2C |
| Octal | 36 | 303 | 227 | 125 | 0 | 27 | 30 | 244 | 111 | 54 |
| Binary | 11110 | 11000011 | 10010111 | 1010101 | 0 | 10111 | 11000 | 10100100 | 1001001 | 101100 |
Color Harmonies of #1EC397
Complementary color
Monochromatic Colors of #1EC397
Black with #1EC397
Text Example
Text Example
White with #1EC397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC397; }
p { color: rgb(30,195,151); }
H1.HeaderClassName
{
color: #1EC397;
}
.AnyTagClassName
{
color: #1EC397;
}
</style>
background-color css
<style>
a { background-color: #1EC397; }
a { background-color: rgb(30,195,151); }
div.DivClassName
{
background-color: #1EC397;
}
.BgClassName
{
background-color: #1EC397;
}
</style>
border-color css
<style>
span { border-color: #1EC397; }
span { border-color: rgb(30,195,151); }
td.TdClassName
{
border-color: #1EC397;
}
.TagClassName
{
border-color: #1EC397;
}
</style>