#1BA37A

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

Shades of Mountain Meadow #1BA37A

Tints of Mountain Meadow #1BA37A

Color information

#1BA37A (or 0x1BA37A) is unknown color: approx Mountain Meadow. HEX triplet: 1B, A3 and 7A. RGB value is (27,163,122). Sum of RGB (Red+Green+Blue) = 27+163+122=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA37A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA37A is #E45C85. Grayscale: #757575. Windows color (decimal): -14965894 or 8037147. OLE color: 8037147.

HSL color Cylindrical-coordinate representation of color #1BA37A: hue angle of 161.91º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA37A is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB27163122-
CMYK0.8300.250.36
HSL161.91º71.58%37.25%-
HSV(B)161.91º83.44%63.92%-
XYZ17.0627.8322.89-
YUV117.66130.4463.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.65%
GREEN value IS 163 (64.06% from 255) = 52.24%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=8.65%
G=52.24%
B=39.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal271631220.8300.250.36161.9171.5837.25
Hex1BA37A5301924a24825
Octal332431721230314424211045
Binary110111010001111110101010011011001100100101000101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,163,122); }

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

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

 a { background-color: rgb(27,163,122); }

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

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

 span { border-color: rgb(27,163,122); }

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