#AEC964

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

Shades of Wild Willow #AEC964

Tints of Wild Willow #AEC964

Color information

#AEC964 (or 0xAEC964) is unknown color: approx Wild Willow. HEX triplet: AE, C9 and 64. RGB value is (174,201,100). Sum of RGB (Red+Green+Blue) = 174+201+100=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC964 is #51369B. Grayscale: #B5B5B5. Windows color (decimal): -5322396 or 6605230. OLE color: 6605230.

HSL color Cylindrical-coordinate representation of color #AEC964: hue angle of 76.04º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEC964 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB174201100-
CMYK0.1300.500.21
HSL76.04º48.33%59.02%-
HSV(B)76.04º50.25%78.82%-
XYZ40.6451.6919.89-
YUV181.4182.05122.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=36.63%
G=42.32%
B=21.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011000.1300.500.2176.0448.3359.02
HexAEC964D032154c303b
Octal25631114415062251146073
Binary1010111011001001110010011010110010101011001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC964; }

 p { color: rgb(174,201,100); }

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

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

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

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

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

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

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