#AEC06B

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

Shades of Wild Willow #AEC06B

Tints of Wild Willow #AEC06B

Color information

#AEC06B (or 0xAEC06B) is unknown color: approx Wild Willow. HEX triplet: AE, C0 and 6B. RGB value is (174,192,107). Sum of RGB (Red+Green+Blue) = 174+192+107=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC06B is #513F94. Grayscale: #B1B1B1. Windows color (decimal): -5324693 or 7061678. OLE color: 7061678.

HSL color Cylindrical-coordinate representation of color #AEC06B: hue angle of 72.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEC06B is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB174192107-
CMYK0.0900.440.25
HSL72.71º40.28%58.63%-
HSV(B)72.71º44.27%75.29%-
XYZ38.9647.7621.08-
YUV176.9388.54125.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=36.79%
G=40.59%
B=22.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921070.0900.440.2572.7140.2858.63
HexAEC06B902C1949283b
Octal25630015311054311115073
Binary1010111011000000110101110010101100110011001001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC06B; }

 p { color: rgb(174,192,107); }

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

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

 a { background-color: rgb(174,192,107); }

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

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

 span { border-color: rgb(174,192,107); }

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