#AEC361

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

Shades of Wild Willow #AEC361

Tints of Wild Willow #AEC361

Color information

#AEC361 (or 0xAEC361) is unknown color: approx Wild Willow. HEX triplet: AE, C3 and 61. RGB value is (174,195,97). Sum of RGB (Red+Green+Blue) = 174+195+97=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC361 is #513C9E. Grayscale: #B1B1B1. Windows color (decimal): -5323935 or 6407086. OLE color: 6407086.

HSL color Cylindrical-coordinate representation of color #AEC361: hue angle of 72.86º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEC361 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB17419597-
CMYK0.1100.500.24
HSL72.86º44.95%57.25%-
HSV(B)72.86º50.26%76.47%-
XYZ39.1348.8918.68-
YUV177.5582.54125.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 97 (38.28% from 255) = 20.82%
R=37.34%
G=41.85%
B=20.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174195970.1100.500.2472.8644.9557.25
HexAEC361B03218492d39
Octal25630314113062301115571
Binary1010111011000011110000110110110010110001001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC361; }

 p { color: rgb(174,195,97); }

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

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

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

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

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

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

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