#AEC29C

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

Shades of Sprout #AEC29C

Tints of Sprout #AEC29C

Color information

#AEC29C (or 0xAEC29C) is unknown color: approx Sprout. HEX triplet: AE, C2 and 9C. RGB value is (174,194,156). Sum of RGB (Red+Green+Blue) = 174+194+156=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC29C is #513D63. Grayscale: #B7B7B7. Windows color (decimal): -5324132 or 10273454. OLE color: 10273454.

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

Color convert

RGB174194156-
CMYK0.1000.200.24
HSL91.58º23.75%68.63%-
HSV(B)91.58º19.59%76.08%-
XYZ42.7549.9838.85-
YUV183.69112.37121.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 156 (61.33% from 255) = 29.77%
R=33.21%
G=37.02%
B=29.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941560.1000.200.2491.5823.7568.63
HexAEC29CA014185c1845
Octal256302234120243013430105
Binary1010111011000010100111001010010100110001011100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC29C; }

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

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

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

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

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

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

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

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