#AEB49F

Color #AEB49F Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AEB49F

Tints of Green Spring #AEB49F

Color information

#AEB49F (or 0xAEB49F) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 9F. RGB value is (174,180,159). Sum of RGB (Red+Green+Blue) = 174+180+159=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB49F is #514B60. Grayscale: #AFAFAF. Windows color (decimal): -5327713 or 10466478. OLE color: 10466478.

HSL color Cylindrical-coordinate representation of color #AEB49F: hue angle of 77.14º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEB49F is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB174180159-
CMYK0.0300.120.29
HSL77.14º12.28%66.47%-
HSV(B)77.14º11.67%70.59%-
XYZ40.0344.1439.21-
YUV175.81118.51126.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=33.92%
G=35.09%
B=30.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801590.0300.120.2977.1412.2866.47
HexAEB49F30C1D4dc42
Octal25626423730143511514102
Binary101011101011010010011111110110011101100110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB49F; }

 p { color: rgb(174,180,159); }

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

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

 a { background-color: rgb(174,180,159); }

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

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

 span { border-color: rgb(174,180,159); }

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