#1FB486

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

Shades of Mountain Meadow #1FB486

Tints of Mountain Meadow #1FB486

Color information

#1FB486 (or 0x1FB486) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B4 and 86. RGB value is (31,180,134). Sum of RGB (Red+Green+Blue) = 31+180+134=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB486 is #E04B79. Grayscale: #828282. Windows color (decimal): -14699386 or 8827935. OLE color: 8827935.

HSL color Cylindrical-coordinate representation of color #1FB486: hue angle of 161.48º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB486 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB31180134-
CMYK0.8300.260.29
HSL161.48º70.62%41.37%-
HSV(B)161.48º82.78%70.59%-
XYZ21.1934.6628.13-
YUV130.21130.1457.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.99%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=8.99%
G=52.17%
B=38.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal311801340.8300.260.29161.4870.6241.37
Hex1FB4865301A1Da14729
Octal372642061230323524110751
Binary111111011010010000110101001101101011101101000011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,180,134); }

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

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

 a { background-color: rgb(31,180,134); }

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

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

 span { border-color: rgb(31,180,134); }

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