#AEC496

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

Shades of Sprout #AEC496

Tints of Sprout #AEC496

Color information

#AEC496 (or 0xAEC496) is unknown color: approx Sprout. HEX triplet: AE, C4 and 96. RGB value is (174,196,150). Sum of RGB (Red+Green+Blue) = 174+196+150=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC496 is #513B69. Grayscale: #B8B8B8. Windows color (decimal): -5323626 or 9880750. OLE color: 9880750.

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

Color convert

RGB174196150-
CMYK0.1100.230.23
HSL88.7º28.05%67.84%-
HSV(B)88.7º23.47%76.86%-
XYZ42.750.6836.39-
YUV184.18108.71120.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=33.46%
G=37.69%
B=28.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961500.1100.230.2388.728.0567.84
HexAEC496B01717591c44
Octal256304226130272713134104
Binary1010111011000100100101101011010111101111011001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC496; }

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

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

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

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

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

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

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

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