#AEB69E

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

Shades of Green Spring #AEB69E

Tints of Green Spring #AEB69E

Color information

#AEB69E (or 0xAEB69E) is unknown color: approx Green Spring. HEX triplet: AE, B6 and 9E. RGB value is (174,182,158). Sum of RGB (Red+Green+Blue) = 174+182+158=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB69E is #514961. Grayscale: #B0B0B0. Windows color (decimal): -5327202 or 10401454. OLE color: 10401454.

HSL color Cylindrical-coordinate representation of color #AEB69E: hue angle of 80º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEB69E is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB174182158-
CMYK0.0400.130.29
HSL80º14.12%66.67%-
HSV(B)80º13.19%71.37%-
XYZ40.3644.9238.89-
YUV176.87117.35125.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 182 (71.48% from 255) = 35.41%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=33.85%
G=35.41%
B=30.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821580.0400.130.298014.1266.67
HexAEB69E40D1D50e43
Octal25626623640153512016103
Binary1010111010110110100111101000110111101101000011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB69E; }

 p { color: rgb(174,182,158); }

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

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

 a { background-color: rgb(174,182,158); }

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

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

 span { border-color: rgb(174,182,158); }

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