Shades of Shamrock #1FE18A
Tints of Shamrock #1FE18A
RGB
CMYK
RGB Variations
Color information
#1FE18A (or 0x1FE18A) is known color: Shamrock. HEX triplet: 1F, E1 and 8A. RGB value is (31,225,138). Sum of RGB (Red+Green+Blue) = 31+225+138=394 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.87% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE18A is #E01E75. Grayscale: #9D9D9D. Windows color (decimal): -14687862 or 9101599. OLE color: 9101599.
HSL color Cylindrical-coordinate representation of color #1FE18A: hue angle of 153.09º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE18A is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 138 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.12 |
| HSL | 153.09º | 0.76% | 0.5% | - |
| HSV(B) | 153.09º | 0.86% | 0.88% | - |
| XYZ | 32.08 | 55.98 | 33.16 | - |
| YUV | 157.08 | 117.23 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 138 | 0.86 | 0 | 0.39 | 0.12 | 153.09 | 0.76 | 0.5 |
| Hex | 1F | E1 | 8A | 56 | 0 | 27 | C | 99 | 4C | 32 |
| Octal | 37 | 341 | 212 | 126 | 0 | 47 | 14 | 231 | 114 | 62 |
| Binary | 11111 | 11100001 | 10001010 | 1010110 | 0 | 100111 | 1100 | 10011001 | 1001100 | 110010 |
Color Harmonies of #1FE18A
Complementary color
Monochromatic Colors of #1FE18A
Black with #1FE18A
Text Example
Text Example
White with #1FE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE18A; }
p { color: rgb(31,225,138); }
H1.HeaderClassName
{
color: #1FE18A;
}
.AnyTagClassName
{
color: #1FE18A;
}
</style>
background-color css
<style>
a { background-color: #1FE18A; }
a { background-color: rgb(31,225,138); }
div.DivClassName
{
background-color: #1FE18A;
}
.BgClassName
{
background-color: #1FE18A;
}
</style>
border-color css
<style>
span { border-color: #1FE18A; }
span { border-color: rgb(31,225,138); }
td.TdClassName
{
border-color: #1FE18A;
}
.TagClassName
{
border-color: #1FE18A;
}
</style>