#AEB29F

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

Shades of Green Spring #AEB29F

Tints of Green Spring #AEB29F

Color information

#AEB29F (or 0xAEB29F) is unknown color: approx Green Spring. HEX triplet: AE, B2 and 9F. RGB value is (174,178,159). Sum of RGB (Red+Green+Blue) = 174+178+159=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB29F is #514D60. Grayscale: #AEAEAE. Windows color (decimal): -5328225 or 10465966. OLE color: 10465966.

HSL color Cylindrical-coordinate representation of color #AEB29F: hue angle of 72.63º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEB29F is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB174178159-
CMYK0.0200.110.30
HSL72.63º10.98%66.08%-
HSV(B)72.63º10.67%69.8%-
XYZ39.6343.3439.08-
YUV174.64119.17127.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 159 (62.5% from 255) = 31.12%
R=34.05%
G=34.83%
B=31.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781590.0200.110.3072.6310.9866.08
HexAEB29F20B1E49b42
Octal25626223720133611113102
Binary101011101011001010011111100101111110100100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB29F; }

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

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

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

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

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

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

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

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