#1FB08A

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

Shades of Mountain Meadow #1FB08A

Tints of Mountain Meadow #1FB08A

Color information

#1FB08A (or 0x1FB08A) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B0 and 8A. RGB value is (31,176,138). Sum of RGB (Red+Green+Blue) = 31+176+138=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB08A is #E04F75. Grayscale: #808080. Windows color (decimal): -14700406 or 9089055. OLE color: 9089055.

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

Color convert

RGB31176138-
CMYK0.8200.220.31
HSL164.28º70.05%40.59%-
HSV(B)164.28º82.39%69.02%-
XYZ20.6833.1829.36-
YUV128.31133.4658.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.99%
GREEN value IS 176 (69.14% from 255) = 51.01%
BLUE value IS 138 (54.30% from 255) = 40%
R=8.99%
G=51.01%
B=40%

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
Decimal311761380.8200.220.31164.2870.0540.59
Hex1FB08A520161Fa44629
Octal372602121220263724410651
Binary111111011000010001010101001001011011111101001001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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