#AECC99

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

Shades of Sprout #AECC99

Tints of Sprout #AECC99

Color information

#AECC99 (or 0xAECC99) is unknown color: approx Sprout. HEX triplet: AE, CC and 99. RGB value is (174,204,153). Sum of RGB (Red+Green+Blue) = 174+204+153=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC99 is #513366. Grayscale: #BDBDBD. Windows color (decimal): -5321575 or 10079406. OLE color: 10079406.

HSL color Cylindrical-coordinate representation of color #AECC99: hue angle of 95.29º degrees, saturation: 0.33, 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 #AECC99 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB174204153-
CMYK0.1500.250.2
HSL95.29º33.33%70%-
HSV(B)95.29º25%80%-
XYZ44.854.4838.29-
YUV189.22107.56117.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=32.77%
G=38.42%
B=28.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041530.1500.250.295.2933.3370
HexAECC99F019145f2146
Octal256314231170312413741106
Binary10101110110011001001100111110110011010010111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC99; }

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

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

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

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

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

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

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

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