#AECC96

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

Shades of Sprout #AECC96

Tints of Sprout #AECC96

Color information

#AECC96 (or 0xAECC96) is unknown color: approx Sprout. HEX triplet: AE, CC and 96. RGB value is (174,204,150). Sum of RGB (Red+Green+Blue) = 174+204+150=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC96 is #513369. Grayscale: #BDBDBD. Windows color (decimal): -5321578 or 9882798. OLE color: 9882798.

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

Color convert

RGB174204150-
CMYK0.1500.260.2
HSL93.33º34.62%69.41%-
HSV(B)93.33º26.47%80%-
XYZ44.5554.3937-
YUV188.87106.06117.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=32.95%
G=38.64%
B=28.41%

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
Decimal1742041500.1500.260.293.3334.6269.41
HexAECC96F01A145d2345
Octal256314226170322413543105
Binary10101110110011001001011011110110101010010111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC96; }

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

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

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

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

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

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

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

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