#1FB17F

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

Shades of Mountain Meadow #1FB17F

Tints of Mountain Meadow #1FB17F

Color information

#1FB17F (or 0x1FB17F) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B1 and 7F. RGB value is (31,177,127). Sum of RGB (Red+Green+Blue) = 31+177+127=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FB17F is #E04E80. Grayscale: #7F7F7F. Windows color (decimal): -14700161 or 8368415. OLE color: 8368415.

HSL color Cylindrical-coordinate representation of color #1FB17F: hue angle of 159.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB17F is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB31177127-
CMYK0.8200.280.31
HSL159.45º70.19%40.78%-
HSV(B)159.45º82.49%69.41%-
XYZ20.1233.2725.44-
YUV127.65127.6359.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 177 (69.53% from 255) = 52.84%
BLUE value IS 127 (50% from 255) = 37.91%
R=9.25%
G=52.84%
B=37.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311771270.8200.280.31159.4570.1940.78
Hex1FB17F5201C1F9f4629
Octal372611771220343723710651
Binary11111101100011111111101001001110011111100111111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,177,127); }

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

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

 a { background-color: rgb(31,177,127); }

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

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

 span { border-color: rgb(31,177,127); }

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