#AECD99

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

Shades of Sprout #AECD99

Tints of Sprout #AECD99

Color information

#AECD99 (or 0xAECD99) is unknown color: approx Sprout. HEX triplet: AE, CD and 99. RGB value is (174,205,153). Sum of RGB (Red+Green+Blue) = 174+205+153=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD99 is #513266. Grayscale: #BDBDBD. Windows color (decimal): -5321319 or 10079662. OLE color: 10079662.

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

Color convert

RGB174205153-
CMYK0.1500.250.20
HSL95.77º34.21%70.2%-
HSV(B)95.77º25.37%80.39%-
XYZ45.0454.9638.37-
YUV189.8107.23116.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=32.71%
G=38.53%
B=28.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051530.1500.250.2095.7734.2170.2
HexAECD99F01914602246
Octal256315231170312414042106
Binary10101110110011011001100111110110011010011000001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD99; }

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

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

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

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

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

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

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

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