Shades of Shamrock #1FE0A0
Tints of Shamrock #1FE0A0
RGB
CMYK
RGB Variations
Color information
#1FE0A0 (or 0x1FE0A0) is known color: Shamrock. HEX triplet: 1F, E0 and A0. RGB value is (31,224,160). Sum of RGB (Red+Green+Blue) = 31+224+160=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE0A0 is #E01F5F. Grayscale: #9F9F9F. Windows color (decimal): -14688096 or 10543135. OLE color: 10543135.
HSL color Cylindrical-coordinate representation of color #1FE0A0: hue angle of 160.1º 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 #1FE0A0 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 224 | 160 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.12 |
| HSL | 160.1º | 0.76% | 0.5% | - |
| HSV(B) | 160.1º | 0.86% | 0.88% | - |
| XYZ | 33.57 | 56.14 | 42.32 | - |
| YUV | 159 | 128.56 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 160 | 0.86 | 0 | 0.29 | 0.12 | 160.1 | 0.76 | 0.5 |
| Hex | 1F | E0 | A0 | 56 | 0 | 1D | C | A0 | 4C | 32 |
| Octal | 37 | 340 | 240 | 126 | 0 | 35 | 14 | 240 | 114 | 62 |
| Binary | 11111 | 11100000 | 10100000 | 1010110 | 0 | 11101 | 1100 | 10100000 | 1001100 | 110010 |
Color Harmonies of #1FE0A0
Complementary color
Monochromatic Colors of #1FE0A0
Black with #1FE0A0
Text Example
Text Example
White with #1FE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE0A0; }
p { color: rgb(31,224,160); }
H1.HeaderClassName
{
color: #1FE0A0;
}
.AnyTagClassName
{
color: #1FE0A0;
}
</style>
background-color css
<style>
a { background-color: #1FE0A0; }
a { background-color: rgb(31,224,160); }
div.DivClassName
{
background-color: #1FE0A0;
}
.BgClassName
{
background-color: #1FE0A0;
}
</style>
border-color css
<style>
span { border-color: #1FE0A0; }
span { border-color: rgb(31,224,160); }
td.TdClassName
{
border-color: #1FE0A0;
}
.TagClassName
{
border-color: #1FE0A0;
}
</style>