#1FA77A

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

Shades of Mountain Meadow #1FA77A

Tints of Mountain Meadow #1FA77A

Color information

#1FA77A (or 0x1FA77A) is unknown color: approx Mountain Meadow. HEX triplet: 1F, A7 and 7A. RGB value is (31,167,122). Sum of RGB (Red+Green+Blue) = 31+167+122=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #1FA77A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA77A is #E05885. Grayscale: #797979. Windows color (decimal): -14702726 or 8038175. OLE color: 8038175.

HSL color Cylindrical-coordinate representation of color #1FA77A: hue angle of 160.15º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA77A is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB31167122-
CMYK0.8100.270.35
HSL160.15º68.69%38.82%-
HSV(B)160.15º81.44%65.49%-
XYZ17.929.3323.13-
YUV121.21128.4463.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.69%
GREEN value IS 167 (65.62% from 255) = 52.19%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=9.69%
G=52.19%
B=38.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311671220.8100.270.35160.1568.6938.82
Hex1FA77A5101B23a04527
Octal372471721210334324010547
Binary111111010011111110101010001011011100011101000001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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