#AEC49E

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

Shades of Sprout #AEC49E

Tints of Sprout #AEC49E

Color information

#AEC49E (or 0xAEC49E) is unknown color: approx Sprout. HEX triplet: AE, C4 and 9E. RGB value is (174,196,158). Sum of RGB (Red+Green+Blue) = 174+196+158=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC49E is #513B61. Grayscale: #B9B9B9. Windows color (decimal): -5323618 or 10405038. OLE color: 10405038.

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

Color convert

RGB174196158-
CMYK0.1100.190.23
HSL94.74º24.36%69.41%-
HSV(B)94.74º19.39%76.86%-
XYZ43.3750.9539.9-
YUV185.09112.71120.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 196 (76.95% from 255) = 37.12%
BLUE value IS 158 (62.11% from 255) = 29.92%
R=32.95%
G=37.12%
B=29.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961580.1100.190.2394.7424.3669.41
HexAEC49EB013175f1845
Octal256304236130232713730105
Binary1010111011000100100111101011010011101111011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC49E; }

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

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

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

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

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

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

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

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