#AEC696

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

Shades of Sprout #AEC696

Tints of Sprout #AEC696

Color information

#AEC696 (or 0xAEC696) is unknown color: approx Sprout. HEX triplet: AE, C6 and 96. RGB value is (174,198,150). Sum of RGB (Red+Green+Blue) = 174+198+150=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC696 is #513969. Grayscale: #B9B9B9. Windows color (decimal): -5323114 or 9881262. OLE color: 9881262.

HSL color Cylindrical-coordinate representation of color #AEC696: hue angle of 90º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEC696 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB174198150-
CMYK0.1200.240.22
HSL90º29.63%68.24%-
HSV(B)90º24.24%77.65%-
XYZ43.1551.5936.54-
YUV185.35108.05119.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 37.93%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=33.33%
G=37.93%
B=28.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981500.1200.240.229029.6368.24
HexAEC696C018165a1e44
Octal256306226140302613236104
Binary1010111011000110100101101100011000101101011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC696; }

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

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

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

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

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

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

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

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