#1FBA7C

Color #1FBA7C Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1FBA7C

Tints of Mountain Meadow #1FBA7C

Color information

#1FBA7C (or 0x1FBA7C) is unknown color: approx Mountain Meadow. HEX triplet: 1F, BA and 7C. RGB value is (31,186,124). Sum of RGB (Red+Green+Blue) = 31+186+124=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBA7C is #E04583. Grayscale: #848484. Windows color (decimal): -14697860 or 8174111. OLE color: 8174111.

HSL color Cylindrical-coordinate representation of color #1FBA7C: hue angle of 156º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBA7C is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB31186124-
CMYK0.8300.330.27
HSL156º71.43%42.55%-
HSV(B)156º83.33%72.94%-
XYZ21.7636.8625.04-
YUV132.59123.1555.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 9.09%
GREEN value IS 186 (73.05% from 255) = 54.55%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=9.09%
G=54.55%
B=36.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal311861240.8300.330.2715671.4342.55
Hex1FBA7C530211B9c472b
Octal372721741230413323410753
Binary111111011101011111001010011010000111011100111001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FBA7C; }

 p { color: rgb(31,186,124); }

 H1.HeaderClassName
 {
   color: #1FBA7C;
 }
 .AnyTagClassName
 {
   color: #1FBA7C;
 }
</style>
background-color css

<style>
 a { background-color: #1FBA7C; }

 a { background-color: rgb(31,186,124); }

 div.DivClassName
 {
   background-color: #1FBA7C;
 }
 .BgClassName
 {
   background-color: #1FBA7C;
 }
</style>
border-color css

<style>
 span { border-color: #1FBA7C; }

 span { border-color: rgb(31,186,124); }

 td.TdClassName
 {
   border-color: #1FBA7C;
 }
 .TagClassName
 {
   border-color: #1FBA7C;
 }
</style>