#1FC57A

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

Shades of Mountain Meadow #1FC57A

Tints of Mountain Meadow #1FC57A

Color information

#1FC57A (or 0x1FC57A) is unknown color: approx Mountain Meadow. HEX triplet: 1F, C5 and 7A. RGB value is (31,197,122). Sum of RGB (Red+Green+Blue) = 31+197+122=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC57A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC57A is #E03A85. Grayscale: #8A8A8A. Windows color (decimal): -14695046 or 8045855. OLE color: 8045855.

HSL color Cylindrical-coordinate representation of color #1FC57A: hue angle of 152.89º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC57A is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB31197122-
CMYK0.8400.380.23
HSL152.89º72.81%44.71%-
HSV(B)152.89º84.26%77.25%-
XYZ24.0441.6325.18-
YUV138.82118.551.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.86%
GREEN value IS 197 (77.34% from 255) = 56.29%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=8.86%
G=56.29%
B=34.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal311971220.8400.380.23152.8972.8144.71
Hex1FC57A540261799492d
Octal373051721240462723111155
Binary111111100010111110101010100010011010111100110011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,197,122); }

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

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

 a { background-color: rgb(31,197,122); }

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

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

 span { border-color: rgb(31,197,122); }

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