#AEAF84

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

Shades of Neutral Green #AEAF84

Tints of Neutral Green #AEAF84

Color information

#AEAF84 (or 0xAEAF84) is unknown color: approx Neutral Green. HEX triplet: AE, AF and 84. RGB value is (174,175,132). Sum of RGB (Red+Green+Blue) = 174+175+132=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF84 is #51507B. Grayscale: #A9A9A9. Windows color (decimal): -5329020 or 8695726. OLE color: 8695726.

HSL color Cylindrical-coordinate representation of color #AEAF84: hue angle of 61.4º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEAF84 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB174175132-
CMYK0.0100.250.31
HSL61.4º21.18%60.2%-
HSV(B)61.4º24.57%68.63%-
XYZ36.9541.3227.86-
YUV169.8106.67131-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=36.17%
G=36.38%
B=27.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751320.0100.250.3161.421.1860.2
HexAEAF8410191F3d153c
Octal256257204103137752574
Binary10101110101011111000010010110011111111110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF84; }

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

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

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

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

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

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

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

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