#AEB68D

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

Shades of Green Spring #AEB68D

Tints of Green Spring #AEB68D

Color information

#AEB68D (or 0xAEB68D) is unknown color: approx Green Spring. HEX triplet: AE, B6 and 8D. RGB value is (174,182,141). Sum of RGB (Red+Green+Blue) = 174+182+141=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB68D is #514972. Grayscale: #AFAFAF. Windows color (decimal): -5327219 or 9287342. OLE color: 9287342.

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

Color convert

RGB174182141-
CMYK0.0400.230.29
HSL71.71º21.93%63.33%-
HSV(B)71.71º22.53%71.37%-
XYZ38.9944.3831.71-
YUV174.93108.85127.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=35.01%
G=36.62%
B=28.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821410.0400.230.2971.7121.9363.33
HexAEB68D40171D48163f
Octal2562662154027351102677
Binary10101110101101101000110110001011111101100100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB68D; }

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

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

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

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

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

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

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

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