#1FAE76

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

Shades of Mountain Meadow #1FAE76

Tints of Mountain Meadow #1FAE76

Color information

#1FAE76 (or 0x1FAE76) is unknown color: approx Mountain Meadow. HEX triplet: 1F, AE and 76. RGB value is (31,174,118). Sum of RGB (Red+Green+Blue) = 31+174+118=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAE76 is #E05189. Grayscale: #7C7C7C. Windows color (decimal): -14700938 or 7777823. OLE color: 7777823.

HSL color Cylindrical-coordinate representation of color #1FAE76: hue angle of 156.5º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAE76 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB31174118-
CMYK0.8200.320.32
HSL156.5º69.76%40.2%-
HSV(B)156.5º82.18%68.24%-
XYZ18.9731.8722.29-
YUV124.86124.1261.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.60%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=9.60%
G=53.87%
B=36.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311741180.8200.320.32156.569.7640.2
Hex1FAE7652020209d4628
Octal372561661220404023510650
Binary1111110101110111011010100100100000100000100111011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,174,118); }

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

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

 a { background-color: rgb(31,174,118); }

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

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

 span { border-color: rgb(31,174,118); }

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