#1AAE81

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

Shades of Mountain Meadow #1AAE81

Tints of Mountain Meadow #1AAE81

Color information

#1AAE81 (or 0x1AAE81) is unknown color: approx Mountain Meadow. HEX triplet: 1A, AE and 81. RGB value is (26,174,129). Sum of RGB (Red+Green+Blue) = 26+174+129=329 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.90% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAE81 is #E5517E. Grayscale: #7C7C7C. Windows color (decimal): -15028607 or 8498714. OLE color: 8498714.

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

Color convert

RGB26174129-
CMYK0.8500.260.32
HSL161.76º74%39.22%-
HSV(B)161.76º85.06%68.24%-
XYZ19.5232.0825.93-
YUV124.62130.4757.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.90%
GREEN value IS 174 (68.36% from 255) = 52.89%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=7.90%
G=52.89%
B=39.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261741290.8500.260.32161.767439.22
Hex1AAE815501A20a24a27
Octal322562011250324024211247
Binary1101010101110100000011010101011010100000101000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,174,129); }

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

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

 a { background-color: rgb(26,174,129); }

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

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

 span { border-color: rgb(26,174,129); }

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