Shades of Mountain Meadow #1FC28A
Tints of Mountain Meadow #1FC28A
RGB
CMYK
RGB Variations
Color information
#1FC28A (or 0x1FC28A) is known color: Mountain Meadow. HEX triplet: 1F, C2 and 8A. RGB value is (31,194,138). Sum of RGB (Red+Green+Blue) = 31+194+138=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC28A is #E03D75. Grayscale: #8A8A8A. Windows color (decimal): -14695798 or 9093663. OLE color: 9093663.
HSL color Cylindrical-coordinate representation of color #1FC28A: hue angle of 159.39º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC28A is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 138 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.24 |
| HSL | 159.39º | 0.72% | 0.44% | - |
| HSV(B) | 159.39º | 0.84% | 0.76% | - |
| XYZ | 24.44 | 40.71 | 30.61 | - |
| YUV | 138.88 | 127.5 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 138 | 0.84 | 0 | 0.29 | 0.24 | 159.39 | 0.72 | 0.44 |
| Hex | 1F | C2 | 8A | 54 | 0 | 1D | 18 | 9F | 48 | 2C |
| Octal | 37 | 302 | 212 | 124 | 0 | 35 | 30 | 237 | 110 | 54 |
| Binary | 11111 | 11000010 | 10001010 | 1010100 | 0 | 11101 | 11000 | 10011111 | 1001000 | 101100 |
Color Harmonies of #1FC28A
Complementary color
Monochromatic Colors of #1FC28A
Black with #1FC28A
Text Example
Text Example
White with #1FC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC28A; }
p { color: rgb(31,194,138); }
H1.HeaderClassName
{
color: #1FC28A;
}
.AnyTagClassName
{
color: #1FC28A;
}
</style>
background-color css
<style>
a { background-color: #1FC28A; }
a { background-color: rgb(31,194,138); }
div.DivClassName
{
background-color: #1FC28A;
}
.BgClassName
{
background-color: #1FC28A;
}
</style>
border-color css
<style>
span { border-color: #1FC28A; }
span { border-color: rgb(31,194,138); }
td.TdClassName
{
border-color: #1FC28A;
}
.TagClassName
{
border-color: #1FC28A;
}
</style>