#1FC886

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

Shades of Mountain Meadow #1FC886

Tints of Mountain Meadow #1FC886

Color information

#1FC886 (or 0x1FC886) is unknown color: approx Mountain Meadow. HEX triplet: 1F, C8 and 86. RGB value is (31,200,134). Sum of RGB (Red+Green+Blue) = 31+200+134=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC886 is #E03779. Grayscale: #8E8E8E. Windows color (decimal): -14694266 or 8833055. OLE color: 8833055.

HSL color Cylindrical-coordinate representation of color #1FC886: hue angle of 156.57º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC886 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB31200134-
CMYK0.8400.330.22
HSL156.57º73.16%45.29%-
HSV(B)156.57º84.5%78.43%-
XYZ25.5243.3229.57-
YUV141.94123.5148.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.49%
GREEN value IS 200 (78.52% from 255) = 54.79%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=8.49%
G=54.79%
B=36.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal312001340.8400.330.22156.5773.1645.29
Hex1FC88654021169d492d
Octal373102061240412623511155
Binary1111111001000100001101010100010000110110100111011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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