Shades of Mountain Meadow #1FBE8A
Tints of Mountain Meadow #1FBE8A
RGB
CMYK
RGB Variations
Color information
#1FBE8A (or 0x1FBE8A) is known color: Mountain Meadow. HEX triplet: 1F, BE and 8A. RGB value is (31,190,138). Sum of RGB (Red+Green+Blue) = 31+190+138=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBE8A is #E04175. Grayscale: #888888. Windows color (decimal): -14696822 or 9092639. OLE color: 9092639.
HSL color Cylindrical-coordinate representation of color #1FBE8A: hue angle of 160.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBE8A is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 138 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.25 |
| HSL | 160.38º | 0.72% | 0.43% | - |
| HSV(B) | 160.38º | 0.84% | 0.75% | - |
| XYZ | 23.57 | 38.95 | 30.32 | - |
| YUV | 136.53 | 128.82 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 138 | 0.84 | 0 | 0.27 | 0.25 | 160.38 | 0.72 | 0.43 |
| Hex | 1F | BE | 8A | 54 | 0 | 1B | 19 | A0 | 48 | 2B |
| Octal | 37 | 276 | 212 | 124 | 0 | 33 | 31 | 240 | 110 | 53 |
| Binary | 11111 | 10111110 | 10001010 | 1010100 | 0 | 11011 | 11001 | 10100000 | 1001000 | 101011 |
Color Harmonies of #1FBE8A
Complementary color
Monochromatic Colors of #1FBE8A
Black with #1FBE8A
Text Example
Text Example
White with #1FBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE8A; }
p { color: rgb(31,190,138); }
H1.HeaderClassName
{
color: #1FBE8A;
}
.AnyTagClassName
{
color: #1FBE8A;
}
</style>
background-color css
<style>
a { background-color: #1FBE8A; }
a { background-color: rgb(31,190,138); }
div.DivClassName
{
background-color: #1FBE8A;
}
.BgClassName
{
background-color: #1FBE8A;
}
</style>
border-color css
<style>
span { border-color: #1FBE8A; }
span { border-color: rgb(31,190,138); }
td.TdClassName
{
border-color: #1FBE8A;
}
.TagClassName
{
border-color: #1FBE8A;
}
</style>