#AEC268

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

Shades of Wild Willow #AEC268

Tints of Wild Willow #AEC268

Color information

#AEC268 (or 0xAEC268) is unknown color: approx Wild Willow. HEX triplet: AE, C2 and 68. RGB value is (174,194,104). Sum of RGB (Red+Green+Blue) = 174+194+104=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC268 is #513D97. Grayscale: #B2B2B2. Windows color (decimal): -5324184 or 6865582. OLE color: 6865582.

HSL color Cylindrical-coordinate representation of color #AEC268: hue angle of 73.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEC268 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB174194104-
CMYK0.1000.460.24
HSL73.33º42.45%58.43%-
HSV(B)73.33º46.39%76.08%-
XYZ39.2548.5820.41-
YUV177.7686.37125.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 194 (76.17% from 255) = 41.10%
BLUE value IS 104 (41.02% from 255) = 22.03%
R=36.86%
G=41.10%
B=22.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941040.1000.460.2473.3342.4558.43
HexAEC268A02E18492a3a
Octal25630215012056301115272
Binary1010111011000010110100010100101110110001001001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC268; }

 p { color: rgb(174,194,104); }

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

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

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

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

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

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

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