#AECD95

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

Shades of Sprout #AECD95

Tints of Sprout #AECD95

Color information

#AECD95 (or 0xAECD95) is unknown color: approx Sprout. HEX triplet: AE, CD and 95. RGB value is (174,205,149). Sum of RGB (Red+Green+Blue) = 174+205+149=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD95 is #51326A. Grayscale: #BDBDBD. Windows color (decimal): -5321323 or 9817518. OLE color: 9817518.

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

Color convert

RGB174205149-
CMYK0.1500.270.20
HSL93.21º35.9%69.41%-
HSV(B)93.21º27.32%80.39%-
XYZ44.7154.8336.66-
YUV189.35105.23117.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=32.95%
G=38.83%
B=28.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051490.1500.270.2093.2135.969.41
HexAECD95F01B145d2445
Octal256315225170332413544105
Binary10101110110011011001010111110110111010010111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD95; }

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

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

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

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

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

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

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

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