#AECD97

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

Shades of Sprout #AECD97

Tints of Sprout #AECD97

Color information

#AECD97 (or 0xAECD97) is unknown color: approx Sprout. HEX triplet: AE, CD and 97. RGB value is (174,205,151). Sum of RGB (Red+Green+Blue) = 174+205+151=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD97 is #513268. Grayscale: #BDBDBD. Windows color (decimal): -5321321 or 9948590. OLE color: 9948590.

HSL color Cylindrical-coordinate representation of color #AECD97: hue angle of 94.44º degrees, saturation: 0.35, 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 #AECD97 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB174205151-
CMYK0.1500.260.20
HSL94.44º35.06%69.8%-
HSV(B)94.44º26.34%80.39%-
XYZ44.8754.937.51-
YUV189.58106.23116.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 151 (59.38% from 255) = 28.49%
R=32.83%
G=38.68%
B=28.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051510.1500.260.2094.4435.0669.8
HexAECD97F01A145e2346
Octal256315227170322413643106
Binary10101110110011011001011111110110101010010111101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD97; }

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

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

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

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

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

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

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

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