#AEC697

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

Shades of Sprout #AEC697

Tints of Sprout #AEC697

Color information

#AEC697 (or 0xAEC697) is unknown color: approx Sprout. HEX triplet: AE, C6 and 97. RGB value is (174,198,151). Sum of RGB (Red+Green+Blue) = 174+198+151=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC697 is #513968. Grayscale: #B9B9B9. Windows color (decimal): -5323113 or 9946798. OLE color: 9946798.

HSL color Cylindrical-coordinate representation of color #AEC697: hue angle of 90.64º degrees, saturation: 0.29, 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 #AEC697 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB174198151-
CMYK0.1200.240.22
HSL90.64º29.19%68.43%-
HSV(B)90.64º23.74%77.65%-
XYZ43.2451.6236.96-
YUV185.47108.55119.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=33.27%
G=37.86%
B=28.87%

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
Decimal1741981510.1200.240.2290.6429.1968.43
HexAEC697C018165b1d44
Octal256306227140302613335104
Binary1010111011000110100101111100011000101101011011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC697; }

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

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

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

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

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

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

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

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