#AECC97

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

Shades of Sprout #AECC97

Tints of Sprout #AECC97

Color information

#AECC97 (or 0xAECC97) is unknown color: approx Sprout. HEX triplet: AE, CC and 97. RGB value is (174,204,151). Sum of RGB (Red+Green+Blue) = 174+204+151=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC97 is #513368. Grayscale: #BDBDBD. Windows color (decimal): -5321577 or 9948334. OLE color: 9948334.

HSL color Cylindrical-coordinate representation of color #AECC97: hue angle of 93.96º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECC97 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB174204151-
CMYK0.1500.260.2
HSL93.96º34.19%69.61%-
HSV(B)93.96º25.98%80%-
XYZ44.6354.4237.43-
YUV188.99106.56117.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=32.89%
G=38.56%
B=28.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041510.1500.260.293.9634.1969.61
HexAECC97F01A145e2246
Octal256314227170322413642106
Binary10101110110011001001011111110110101010010111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC97; }

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

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

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

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

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

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

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

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