#1BB18A

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

Shades of Mountain Meadow #1BB18A

Tints of Mountain Meadow #1BB18A

Color information

#1BB18A (or 0x1BB18A) is unknown color: approx Mountain Meadow. HEX triplet: 1B, B1 and 8A. RGB value is (27,177,138). Sum of RGB (Red+Green+Blue) = 27+177+138=342 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.89% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #1BB18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BB18A is #E44E75. Grayscale: #7F7F7F. Windows color (decimal): -14962294 or 9089307. OLE color: 9089307.

HSL color Cylindrical-coordinate representation of color #1BB18A: hue angle of 164.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB18A is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB27177138-
CMYK0.8500.220.31
HSL164.4º73.53%40%-
HSV(B)164.4º84.75%69.41%-
XYZ20.7633.5129.42-
YUV127.7133.856.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.89%
GREEN value IS 177 (69.53% from 255) = 51.75%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=7.89%
G=51.75%
B=40.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271771380.8500.220.31164.473.5340
Hex1BB18A550161Fa44a28
Octal332612121250263724411250
Binary110111011000110001010101010101011011111101001001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,177,138); }

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

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

 a { background-color: rgb(27,177,138); }

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

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

 span { border-color: rgb(27,177,138); }

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