Shades of Shamrock #1EDFAC
Tints of Shamrock #1EDFAC
RGB
CMYK
RGB Variations
Color information
#1EDFAC (or 0x1EDFAC) is known color: Shamrock. HEX triplet: 1E, DF and AC. RGB value is (30,223,172). Sum of RGB (Red+Green+Blue) = 30+223+172=425 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.06% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDFAC is #E12053. Grayscale: #9F9F9F. Windows color (decimal): -14753876 or 11329310. OLE color: 11329310.
HSL color Cylindrical-coordinate representation of color #1EDFAC: hue angle of 164.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDFAC is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 172 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.13 |
| HSL | 164.15º | 0.76% | 0.5% | - |
| HSV(B) | 164.15º | 0.87% | 0.87% | - |
| XYZ | 34.37 | 56.03 | 48.03 | - |
| YUV | 159.48 | 135.06 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 172 | 0.87 | 0 | 0.23 | 0.13 | 164.15 | 0.76 | 0.5 |
| Hex | 1E | DF | AC | 57 | 0 | 17 | D | A4 | 4C | 32 |
| Octal | 36 | 337 | 254 | 127 | 0 | 27 | 15 | 244 | 114 | 62 |
| Binary | 11110 | 11011111 | 10101100 | 1010111 | 0 | 10111 | 1101 | 10100100 | 1001100 | 110010 |
Color Harmonies of #1EDFAC
Complementary color
Monochromatic Colors of #1EDFAC
Black with #1EDFAC
Text Example
Text Example
White with #1EDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFAC; }
p { color: rgb(30,223,172); }
H1.HeaderClassName
{
color: #1EDFAC;
}
.AnyTagClassName
{
color: #1EDFAC;
}
</style>
background-color css
<style>
a { background-color: #1EDFAC; }
a { background-color: rgb(30,223,172); }
div.DivClassName
{
background-color: #1EDFAC;
}
.BgClassName
{
background-color: #1EDFAC;
}
</style>
border-color css
<style>
span { border-color: #1EDFAC; }
span { border-color: rgb(30,223,172); }
td.TdClassName
{
border-color: #1EDFAC;
}
.TagClassName
{
border-color: #1EDFAC;
}
</style>