#1FB089

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

Shades of Mountain Meadow #1FB089

Tints of Mountain Meadow #1FB089

Color information

#1FB089 (or 0x1FB089) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B0 and 89. RGB value is (31,176,137). Sum of RGB (Red+Green+Blue) = 31+176+137=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB089 is #E04F76. Grayscale: #808080. Windows color (decimal): -14700407 or 9023519. OLE color: 9023519.

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

Color convert

RGB31176137-
CMYK0.8200.220.31
HSL163.86º70.05%40.59%-
HSV(B)163.86º82.39%69.02%-
XYZ20.6133.1528.98-
YUV128.2132.9658.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.01%
GREEN value IS 176 (69.14% from 255) = 51.16%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=9.01%
G=51.16%
B=39.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311761370.8200.220.31163.8670.0540.59
Hex1FB089520161Fa44629
Octal372602111220263724410651
Binary111111011000010001001101001001011011111101001001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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