#1FB484

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

Shades of Mountain Meadow #1FB484

Tints of Mountain Meadow #1FB484

Color information

#1FB484 (or 0x1FB484) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B4 and 84. RGB value is (31,180,132). Sum of RGB (Red+Green+Blue) = 31+180+132=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB484 is #E04B7B. Grayscale: #828282. Windows color (decimal): -14699388 or 8696863. OLE color: 8696863.

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

Color convert

RGB31180132-
CMYK0.8300.270.29
HSL160.67º70.62%41.37%-
HSV(B)160.67º82.78%70.59%-
XYZ21.0534.627.4-
YUV129.98129.1457.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.04%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=9.04%
G=52.48%
B=38.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal311801320.8300.270.29160.6770.6241.37
Hex1FB4845301B1Da14729
Octal372642041230333524110751
Binary111111011010010000100101001101101111101101000011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,180,132); }

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

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

 a { background-color: rgb(31,180,132); }

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

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

 span { border-color: rgb(31,180,132); }

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