#AEC15F

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

Shades of Wild Willow #AEC15F

Tints of Wild Willow #AEC15F

Color information

#AEC15F (or 0xAEC15F) is unknown color: approx Wild Willow. HEX triplet: AE, C1 and 5F. RGB value is (174,193,95). Sum of RGB (Red+Green+Blue) = 174+193+95=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC15F is #513EA0. Grayscale: #B0B0B0. Windows color (decimal): -5324449 or 6275502. OLE color: 6275502.

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

Color convert

RGB17419395-
CMYK0.1000.510.24
HSL71.63º44.14%56.47%-
HSV(B)71.63º50.78%75.69%-
XYZ38.5947.9618.05-
YUV176.1582.21126.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 193 (75.78% from 255) = 41.77%
BLUE value IS 95 (37.5% from 255) = 20.56%
R=37.66%
G=41.77%
B=20.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174193950.1000.510.2471.6344.1456.47
HexAEC15FA03318482c38
Octal25630113712063301105470
Binary1010111011000001101111110100110011110001001000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC15F; }

 p { color: rgb(174,193,95); }

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

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

 a { background-color: rgb(174,193,95); }

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

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

 span { border-color: rgb(174,193,95); }

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