#1FB081

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

Shades of Mountain Meadow #1FB081

Tints of Mountain Meadow #1FB081

Color information

#1FB081 (or 0x1FB081) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B0 and 81. RGB value is (31,176,129). Sum of RGB (Red+Green+Blue) = 31+176+129=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB081 is #E04F7E. Grayscale: #7F7F7F. Windows color (decimal): -14700415 or 8499231. OLE color: 8499231.

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

Color convert

RGB31176129-
CMYK0.8200.270.31
HSL160.55º70.05%40.59%-
HSV(B)160.55º82.39%69.02%-
XYZ20.0532.9326.07-
YUV127.29128.9659.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.23%
GREEN value IS 176 (69.14% from 255) = 52.38%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=9.23%
G=52.38%
B=38.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311761290.8200.270.31160.5570.0540.59
Hex1FB0815201B1Fa14629
Octal372602011220333724110651
Binary111111011000010000001101001001101111111101000011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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