#AEC49D

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

Shades of Sprout #AEC49D

Tints of Sprout #AEC49D

Color information

#AEC49D (or 0xAEC49D) is unknown color: approx Sprout. HEX triplet: AE, C4 and 9D. RGB value is (174,196,157). Sum of RGB (Red+Green+Blue) = 174+196+157=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC49D is #513B62. Grayscale: #B9B9B9. Windows color (decimal): -5323619 or 10339502. OLE color: 10339502.

HSL color Cylindrical-coordinate representation of color #AEC49D: hue angle of 93.85º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEC49D is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB174196157-
CMYK0.1100.200.23
HSL93.85º24.84%69.22%-
HSV(B)93.85º19.9%76.86%-
XYZ43.2850.9139.44-
YUV184.98112.21120.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 196 (76.95% from 255) = 37.19%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=33.02%
G=37.19%
B=29.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961570.1100.200.2393.8524.8469.22
HexAEC49DB014175e1945
Octal256304235130242713631105
Binary1010111011000100100111011011010100101111011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC49D; }

 p { color: rgb(174,196,157); }

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

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

 a { background-color: rgb(174,196,157); }

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

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

 span { border-color: rgb(174,196,157); }

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