#AEC85D

Color #AEC85D Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AEC85D

Tints of Wild Willow #AEC85D

Color information

#AEC85D (or 0xAEC85D) is unknown color: approx Wild Willow. HEX triplet: AE, C8 and 5D. RGB value is (174,200,93). Sum of RGB (Red+Green+Blue) = 174+200+93=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC85D is #5137A2. Grayscale: #B4B4B4. Windows color (decimal): -5322659 or 6146222. OLE color: 6146222.

HSL color Cylindrical-coordinate representation of color #AEC85D: hue angle of 74.58º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEC85D is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB17420093-
CMYK0.1300.540.22
HSL74.58º49.31%57.45%-
HSV(B)74.58º53.5%78.43%-
XYZ40.0951.118.11-
YUV180.0378.89123.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=37.26%
G=42.83%
B=19.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174200930.1300.540.2274.5849.3157.45
HexAEC85DD036164b3139
Octal25631013515066261136171
Binary1010111011001000101110111010110110101101001011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC85D; }

 p { color: rgb(174,200,93); }

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

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

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

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

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

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

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