#1FB681

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

Shades of Mountain Meadow #1FB681

Tints of Mountain Meadow #1FB681

Color information

#1FB681 (or 0x1FB681) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B6 and 81. RGB value is (31,182,129). Sum of RGB (Red+Green+Blue) = 31+182+129=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #1FB681 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB681 is #E0497E. Grayscale: #828282. Windows color (decimal): -14698879 or 8500767. OLE color: 8500767.

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

Color convert

RGB31182129-
CMYK0.8300.290.29
HSL158.94º70.89%41.76%-
HSV(B)158.94º82.97%71.37%-
XYZ21.2635.3326.47-
YUV130.81126.9756.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.06%
GREEN value IS 182 (71.48% from 255) = 53.22%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=9.06%
G=53.22%
B=37.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal311821290.8300.290.29158.9470.8941.76
Hex1FB6815301D1D9f472a
Octal372662011230353523710752
Binary111111011011010000001101001101110111101100111111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,182,129); }

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

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

 a { background-color: rgb(31,182,129); }

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

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

 span { border-color: rgb(31,182,129); }

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