Shades of Shamrock #1FE68A
Tints of Shamrock #1FE68A
RGB
CMYK
RGB Variations
Color information
#1FE68A (or 0x1FE68A) is known color: Shamrock. HEX triplet: 1F, E6 and 8A. RGB value is (31,230,138). Sum of RGB (Red+Green+Blue) = 31+230+138=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 230 (90.23% from 255 or 57.64% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE68A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FE68A is #E01975. Grayscale: #A0A0A0. Windows color (decimal): -14686582 or 9102879. OLE color: 9102879.
HSL color Cylindrical-coordinate representation of color #1FE68A: hue angle of 152.26º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE68A is Cyan = 0.87, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 138 | - |
| CMYK | 0.87 | 0 | 0.4 | 0.10 |
| HSL | 152.26º | 0.8% | 0.51% | - |
| HSV(B) | 152.26º | 0.87% | 0.9% | - |
| XYZ | 33.45 | 58.72 | 33.62 | - |
| YUV | 160.01 | 115.57 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 138 | 0.87 | 0 | 0.4 | 0.10 | 152.26 | 0.8 | 0.51 |
| Hex | 1F | E6 | 8A | 57 | 0 | 28 | A | 98 | 50 | 33 |
| Octal | 37 | 346 | 212 | 127 | 0 | 50 | 12 | 230 | 120 | 63 |
| Binary | 11111 | 11100110 | 10001010 | 1010111 | 0 | 101000 | 1010 | 10011000 | 1010000 | 110011 |
Color Harmonies of #1FE68A
Complementary color
Monochromatic Colors of #1FE68A
Black with #1FE68A
Text Example
Text Example
White with #1FE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE68A; }
p { color: rgb(31,230,138); }
H1.HeaderClassName
{
color: #1FE68A;
}
.AnyTagClassName
{
color: #1FE68A;
}
</style>
background-color css
<style>
a { background-color: #1FE68A; }
a { background-color: rgb(31,230,138); }
div.DivClassName
{
background-color: #1FE68A;
}
.BgClassName
{
background-color: #1FE68A;
}
</style>
border-color css
<style>
span { border-color: #1FE68A; }
span { border-color: rgb(31,230,138); }
td.TdClassName
{
border-color: #1FE68A;
}
.TagClassName
{
border-color: #1FE68A;
}
</style>