#AEC262

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

Shades of Wild Willow #AEC262

Tints of Wild Willow #AEC262

Color information

#AEC262 (or 0xAEC262) is unknown color: approx Wild Willow. HEX triplet: AE, C2 and 62. RGB value is (174,194,98). Sum of RGB (Red+Green+Blue) = 174+194+98=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC262 is #513D9D. Grayscale: #B1B1B1. Windows color (decimal): -5324190 or 6472366. OLE color: 6472366.

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

Color convert

RGB17419498-
CMYK0.1000.490.24
HSL72.5º44.04%57.25%-
HSV(B)72.5º49.48%76.08%-
XYZ38.9548.4618.86-
YUV177.0883.37125.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 194 (76.17% from 255) = 41.63%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=37.34%
G=41.63%
B=21.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174194980.1000.490.2472.544.0457.25
HexAEC262A03118482c39
Octal25630214212061301105471
Binary1010111011000010110001010100110001110001001000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC262; }

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

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

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

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

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

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

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

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