Shades of Shamrock #1FE38C
Tints of Shamrock #1FE38C
RGB
CMYK
RGB Variations
Color information
#1FE38C (or 0x1FE38C) is known color: Shamrock. HEX triplet: 1F, E3 and 8C. RGB value is (31,227,140). Sum of RGB (Red+Green+Blue) = 31+227+140=398 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.79% from 398); Green value is 227 (89.06% from 255 or 57.04% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE38C is #E01C73. Grayscale: #9E9E9E. Windows color (decimal): -14687348 or 9233183. OLE color: 9233183.
HSL color Cylindrical-coordinate representation of color #1FE38C: hue angle of 153.37º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE38C is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 227 | 140 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.11 |
| HSL | 153.37º | 0.78% | 0.51% | - |
| HSV(B) | 153.37º | 0.86% | 0.89% | - |
| XYZ | 32.77 | 57.12 | 34.11 | - |
| YUV | 158.48 | 117.57 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 140 | 0.86 | 0 | 0.38 | 0.11 | 153.37 | 0.78 | 0.51 |
| Hex | 1F | E3 | 8C | 56 | 0 | 26 | B | 99 | 4E | 33 |
| Octal | 37 | 343 | 214 | 126 | 0 | 46 | 13 | 231 | 116 | 63 |
| Binary | 11111 | 11100011 | 10001100 | 1010110 | 0 | 100110 | 1011 | 10011001 | 1001110 | 110011 |
Color Harmonies of #1FE38C
Complementary color
Monochromatic Colors of #1FE38C
Black with #1FE38C
Text Example
Text Example
White with #1FE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE38C; }
p { color: rgb(31,227,140); }
H1.HeaderClassName
{
color: #1FE38C;
}
.AnyTagClassName
{
color: #1FE38C;
}
</style>
background-color css
<style>
a { background-color: #1FE38C; }
a { background-color: rgb(31,227,140); }
div.DivClassName
{
background-color: #1FE38C;
}
.BgClassName
{
background-color: #1FE38C;
}
</style>
border-color css
<style>
span { border-color: #1FE38C; }
span { border-color: rgb(31,227,140); }
td.TdClassName
{
border-color: #1FE38C;
}
.TagClassName
{
border-color: #1FE38C;
}
</style>