#1BAE6E

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

Shades of Mountain Meadow #1BAE6E

Tints of Mountain Meadow #1BAE6E

Color information

#1BAE6E (or 0x1BAE6E) is unknown color: approx Mountain Meadow. HEX triplet: 1B, AE and 6E. RGB value is (27,174,110). Sum of RGB (Red+Green+Blue) = 27+174+110=311 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.68% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAE6E is #E45191. Grayscale: #7A7A7A. Windows color (decimal): -14963090 or 7253531. OLE color: 7253531.

HSL color Cylindrical-coordinate representation of color #1BAE6E: hue angle of 153.88º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE6E is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB27174110-
CMYK0.8400.370.32
HSL153.88º73.13%39.41%-
HSV(B)153.88º84.48%68.24%-
XYZ18.431.6319.89-
YUV122.75120.859.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.68%
GREEN value IS 174 (68.36% from 255) = 55.95%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=8.68%
G=55.95%
B=35.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271741100.8400.370.32153.8873.1339.41
Hex1BAE6E54025209a4927
Octal332561561240454023211147
Binary1101110101110110111010101000100101100000100110101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,174,110); }

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

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

 a { background-color: rgb(27,174,110); }

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

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

 span { border-color: rgb(27,174,110); }

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