#1AB68E

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

Shades of Mountain Meadow #1AB68E

Tints of Mountain Meadow #1AB68E

Color information

#1AB68E (or 0x1AB68E) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B6 and 8E. RGB value is (26,182,142). Sum of RGB (Red+Green+Blue) = 26+182+142=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB68E is #E54971. Grayscale: #828282. Windows color (decimal): -15026546 or 9352730. OLE color: 9352730.

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

Color convert

RGB26182142-
CMYK0.8600.220.29
HSL164.62º75%40.78%-
HSV(B)164.62º85.71%71.37%-
XYZ22.0435.6331.31-
YUV130.8134.3253.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.43%
GREEN value IS 182 (71.48% from 255) = 52%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=7.43%
G=52%
B=40.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261821420.8600.220.29164.627540.78
Hex1AB68E560161Da54b29
Octal322662161260263524511351
Binary110101011011010001110101011001011011101101001011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,182,142); }

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

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

 a { background-color: rgb(26,182,142); }

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

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

 span { border-color: rgb(26,182,142); }

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