Shades of Shamrock #1FE190
Tints of Shamrock #1FE190
RGB
CMYK
RGB Variations
Color information
#1FE190 (or 0x1FE190) is known color: Shamrock. HEX triplet: 1F, E1 and 90. RGB value is (31,225,144). Sum of RGB (Red+Green+Blue) = 31+225+144=400 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.75% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE190 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE190 is #E01E6F. Grayscale: #9D9D9D. Windows color (decimal): -14687856 or 9494815. OLE color: 9494815.
HSL color Cylindrical-coordinate representation of color #1FE190: hue angle of 154.95º 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 #1FE190 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 144 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.12 |
| HSL | 154.95º | 0.76% | 0.5% | - |
| HSV(B) | 154.95º | 0.86% | 0.88% | - |
| XYZ | 32.52 | 56.16 | 35.51 | - |
| YUV | 157.76 | 120.23 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 144 | 0.86 | 0 | 0.36 | 0.12 | 154.95 | 0.76 | 0.5 |
| Hex | 1F | E1 | 90 | 56 | 0 | 24 | C | 9B | 4C | 32 |
| Octal | 37 | 341 | 220 | 126 | 0 | 44 | 14 | 233 | 114 | 62 |
| Binary | 11111 | 11100001 | 10010000 | 1010110 | 0 | 100100 | 1100 | 10011011 | 1001100 | 110010 |
Color Harmonies of #1FE190
Complementary color
Monochromatic Colors of #1FE190
Black with #1FE190
Text Example
Text Example
White with #1FE190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE190; }
p { color: rgb(31,225,144); }
H1.HeaderClassName
{
color: #1FE190;
}
.AnyTagClassName
{
color: #1FE190;
}
</style>
background-color css
<style>
a { background-color: #1FE190; }
a { background-color: rgb(31,225,144); }
div.DivClassName
{
background-color: #1FE190;
}
.BgClassName
{
background-color: #1FE190;
}
</style>
border-color css
<style>
span { border-color: #1FE190; }
span { border-color: rgb(31,225,144); }
td.TdClassName
{
border-color: #1FE190;
}
.TagClassName
{
border-color: #1FE190;
}
</style>