#AECD94

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

Shades of Sprout #AECD94

Tints of Sprout #AECD94

Color information

#AECD94 (or 0xAECD94) is unknown color: approx Sprout. HEX triplet: AE, CD and 94. RGB value is (174,205,148). Sum of RGB (Red+Green+Blue) = 174+205+148=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD94 is #51326B. Grayscale: #BDBDBD. Windows color (decimal): -5321324 or 9751982. OLE color: 9751982.

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

Color convert

RGB174205148-
CMYK0.1500.280.20
HSL92.63º36.31%69.22%-
HSV(B)92.63º27.8%80.39%-
XYZ44.6354.836.24-
YUV189.23104.73117.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=33.02%
G=38.90%
B=28.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051480.1500.280.2092.6336.3169.22
HexAECD94F01C145d2445
Octal256315224170342413544105
Binary10101110110011011001010011110111001010010111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD94; }

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

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

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

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

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

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

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

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