#1FAE70

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

Shades of Mountain Meadow #1FAE70

Tints of Mountain Meadow #1FAE70

Color information

#1FAE70 (or 0x1FAE70) is unknown color: approx Mountain Meadow. HEX triplet: 1F, AE and 70. RGB value is (31,174,112). Sum of RGB (Red+Green+Blue) = 31+174+112=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAE70 is #E0518F. Grayscale: #7C7C7C. Windows color (decimal): -14700944 or 7384607. OLE color: 7384607.

HSL color Cylindrical-coordinate representation of color #1FAE70: hue angle of 153.99º 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 #1FAE70 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB31174112-
CMYK0.8200.360.32
HSL153.99º69.76%40.2%-
HSV(B)153.99º82.18%68.24%-
XYZ18.6331.7320.47-
YUV124.18121.1261.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.78%
GREEN value IS 174 (68.36% from 255) = 54.89%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=9.78%
G=54.89%
B=35.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311741120.8200.360.32153.9969.7640.2
Hex1FAE7052024209a4628
Octal372561601220444023210650
Binary1111110101110111000010100100100100100000100110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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