#1FB086

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

Shades of Mountain Meadow #1FB086

Tints of Mountain Meadow #1FB086

Color information

#1FB086 (or 0x1FB086) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B0 and 86. RGB value is (31,176,134). Sum of RGB (Red+Green+Blue) = 31+176+134=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB086 is #E04F79. Grayscale: #7F7F7F. Windows color (decimal): -14700410 or 8826911. OLE color: 8826911.

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

Color convert

RGB31176134-
CMYK0.8200.240.31
HSL162.62º70.05%40.59%-
HSV(B)162.62º82.39%69.02%-
XYZ20.3933.0627.86-
YUV127.86131.4658.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.09%
GREEN value IS 176 (69.14% from 255) = 51.61%
BLUE value IS 134 (52.73% from 255) = 39.30%
R=9.09%
G=51.61%
B=39.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311761340.8200.240.31162.6270.0540.59
Hex1FB086520181Fa34629
Octal372602061220303724310651
Binary111111011000010000110101001001100011111101000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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