Shades of Mountain Meadow #1FC27A
Tints of Mountain Meadow #1FC27A
RGB
CMYK
RGB Variations
Color information
#1FC27A (or 0x1FC27A) is known color: Mountain Meadow. HEX triplet: 1F, C2 and 7A. RGB value is (31,194,122). Sum of RGB (Red+Green+Blue) = 31+194+122=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC27A is #E03D85. Grayscale: #898989. Windows color (decimal): -14695814 or 8045087. OLE color: 8045087.
HSL color Cylindrical-coordinate representation of color #1FC27A: hue angle of 153.5º 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 #1FC27A is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 122 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.24 |
| HSL | 153.5º | 0.72% | 0.44% | - |
| HSV(B) | 153.5º | 0.84% | 0.76% | - |
| XYZ | 23.37 | 40.28 | 24.96 | - |
| YUV | 137.06 | 119.5 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 122 | 0.84 | 0 | 0.37 | 0.24 | 153.5 | 0.72 | 0.44 |
| Hex | 1F | C2 | 7A | 54 | 0 | 25 | 18 | 99 | 48 | 2C |
| Octal | 37 | 302 | 172 | 124 | 0 | 45 | 30 | 231 | 110 | 54 |
| Binary | 11111 | 11000010 | 1111010 | 1010100 | 0 | 100101 | 11000 | 10011001 | 1001000 | 101100 |
Color Harmonies of #1FC27A
Complementary color
Monochromatic Colors of #1FC27A
Black with #1FC27A
Text Example
Text Example
White with #1FC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC27A; }
p { color: rgb(31,194,122); }
H1.HeaderClassName
{
color: #1FC27A;
}
.AnyTagClassName
{
color: #1FC27A;
}
</style>
background-color css
<style>
a { background-color: #1FC27A; }
a { background-color: rgb(31,194,122); }
div.DivClassName
{
background-color: #1FC27A;
}
.BgClassName
{
background-color: #1FC27A;
}
</style>
border-color css
<style>
span { border-color: #1FC27A; }
span { border-color: rgb(31,194,122); }
td.TdClassName
{
border-color: #1FC27A;
}
.TagClassName
{
border-color: #1FC27A;
}
</style>