#1AC27E

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

Shades of Mountain Meadow #1AC27E

Tints of Mountain Meadow #1AC27E

Color information

#1AC27E (or 0x1AC27E) is unknown color: approx Mountain Meadow. HEX triplet: 1A, C2 and 7E. RGB value is (26,194,126). Sum of RGB (Red+Green+Blue) = 26+194+126=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC27E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC27E is #E53D81. Grayscale: #888888. Windows color (decimal): -15023490 or 8307226. OLE color: 8307226.

HSL color Cylindrical-coordinate representation of color #1AC27E: hue angle of 155.71º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC27E is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB26194126-
CMYK0.8700.350.24
HSL155.71º76.36%43.14%-
HSV(B)155.71º86.6%76.08%-
XYZ23.4840.3126.28-
YUV136.02122.3449.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.51%
GREEN value IS 194 (76.17% from 255) = 56.07%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=7.51%
G=56.07%
B=36.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal261941260.8700.350.24155.7176.3643.14
Hex1AC27E57023189c4c2b
Octal323021761270433023411453
Binary110101100001011111101010111010001111000100111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,194,126); }

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

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

 a { background-color: rgb(26,194,126); }

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

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

 span { border-color: rgb(26,194,126); }

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