Shades of Shamrock #1ED283
Tints of Shamrock #1ED283
RGB
CMYK
RGB Variations
Color information
#1ED283 (or 0x1ED283) is known color: Shamrock. HEX triplet: 1E, D2 and 83. RGB value is (30,210,131). Sum of RGB (Red+Green+Blue) = 30+210+131=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED283 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED283 is #E12D7C. Grayscale: #939393. Windows color (decimal): -14757245 or 8639006. OLE color: 8639006.
HSL color Cylindrical-coordinate representation of color #1ED283: hue angle of 153.67º 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 #1ED283 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 131 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.18 |
| HSL | 153.67º | 0.75% | 0.47% | - |
| HSV(B) | 153.67º | 0.86% | 0.82% | - |
| XYZ | 27.68 | 48.01 | 29.28 | - |
| YUV | 147.17 | 118.87 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 131 | 0.86 | 0 | 0.38 | 0.18 | 153.67 | 0.75 | 0.47 |
| Hex | 1E | D2 | 83 | 56 | 0 | 26 | 12 | 9A | 4B | 2F |
| Octal | 36 | 322 | 203 | 126 | 0 | 46 | 22 | 232 | 113 | 57 |
| Binary | 11110 | 11010010 | 10000011 | 1010110 | 0 | 100110 | 10010 | 10011010 | 1001011 | 101111 |
Color Harmonies of #1ED283
Complementary color
Monochromatic Colors of #1ED283
Black with #1ED283
Text Example
Text Example
White with #1ED283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED283; }
p { color: rgb(30,210,131); }
H1.HeaderClassName
{
color: #1ED283;
}
.AnyTagClassName
{
color: #1ED283;
}
</style>
background-color css
<style>
a { background-color: #1ED283; }
a { background-color: rgb(30,210,131); }
div.DivClassName
{
background-color: #1ED283;
}
.BgClassName
{
background-color: #1ED283;
}
</style>
border-color css
<style>
span { border-color: #1ED283; }
span { border-color: rgb(30,210,131); }
td.TdClassName
{
border-color: #1ED283;
}
.TagClassName
{
border-color: #1ED283;
}
</style>