Shades of Shamrock #1FE08A
Tints of Shamrock #1FE08A
RGB
CMYK
RGB Variations
Color information
#1FE08A (or 0x1FE08A) is known color: Shamrock. HEX triplet: 1F, E0 and 8A. RGB value is (31,224,138). Sum of RGB (Red+Green+Blue) = 31+224+138=393 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.89% from 393); Green value is 224 (87.89% from 255 or 57.00% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE08A is #E01F75. Grayscale: #9C9C9C. Windows color (decimal): -14688118 or 9101343. OLE color: 9101343.
HSL color Cylindrical-coordinate representation of color #1FE08A: hue angle of 153.26º 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 #1FE08A is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 224 | 138 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.12 |
| HSL | 153.26º | 0.76% | 0.5% | - |
| HSV(B) | 153.26º | 0.86% | 0.88% | - |
| XYZ | 31.81 | 55.44 | 33.07 | - |
| YUV | 156.49 | 117.56 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 138 | 0.86 | 0 | 0.38 | 0.12 | 153.26 | 0.76 | 0.5 |
| Hex | 1F | E0 | 8A | 56 | 0 | 26 | C | 99 | 4C | 32 |
| Octal | 37 | 340 | 212 | 126 | 0 | 46 | 14 | 231 | 114 | 62 |
| Binary | 11111 | 11100000 | 10001010 | 1010110 | 0 | 100110 | 1100 | 10011001 | 1001100 | 110010 |
Color Harmonies of #1FE08A
Complementary color
Monochromatic Colors of #1FE08A
Black with #1FE08A
Text Example
Text Example
White with #1FE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE08A; }
p { color: rgb(31,224,138); }
H1.HeaderClassName
{
color: #1FE08A;
}
.AnyTagClassName
{
color: #1FE08A;
}
</style>
background-color css
<style>
a { background-color: #1FE08A; }
a { background-color: rgb(31,224,138); }
div.DivClassName
{
background-color: #1FE08A;
}
.BgClassName
{
background-color: #1FE08A;
}
</style>
border-color css
<style>
span { border-color: #1FE08A; }
span { border-color: rgb(31,224,138); }
td.TdClassName
{
border-color: #1FE08A;
}
.TagClassName
{
border-color: #1FE08A;
}
</style>