#AEAE84

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

Shades of Neutral Green #AEAE84

Tints of Neutral Green #AEAE84

Color information

#AEAE84 (or 0xAEAE84) is unknown color: approx Neutral Green. HEX triplet: AE, AE and 84. RGB value is (174,174,132). Sum of RGB (Red+Green+Blue) = 174+174+132=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE84 is #51517B. Grayscale: #A9A9A9. Windows color (decimal): -5329276 or 8695470. OLE color: 8695470.

HSL color Cylindrical-coordinate representation of color #AEAE84: hue angle of 60º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEAE84 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB174174132-
CMYK000.240.32
HSL60º20.59%60%-
HSV(B)60º24.14%68.24%-
XYZ36.7640.9427.79-
YUV169.21107131.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=36.25%
G=36.25%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174132000.240.326020.5960
HexAEAE840018203c153c
Octal256256204003040742574
Binary101011101010111010000100001100010000011110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE84; }

 p { color: rgb(174,174,132); }

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

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

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

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

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

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

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