#AECD9E

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

Shades of Spring Rain #AECD9E

Tints of Spring Rain #AECD9E

Color information

#AECD9E (or 0xAECD9E) is unknown color: approx Spring Rain. HEX triplet: AE, CD and 9E. RGB value is (174,205,158). Sum of RGB (Red+Green+Blue) = 174+205+158=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD9E is #513261. Grayscale: #BEBEBE. Windows color (decimal): -5321314 or 10407342. OLE color: 10407342.

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

Color convert

RGB174205158-
CMYK0.1500.230.20
HSL99.57º31.97%71.18%-
HSV(B)99.57º22.93%80.39%-
XYZ45.4655.1340.59-
YUV190.37109.73116.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=32.40%
G=38.18%
B=29.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051580.1500.230.2099.5731.9771.18
HexAECD9EF01714642047
Octal256315236170272414440107
Binary10101110110011011001111011110101111010011001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD9E; }

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

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

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

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

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

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

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

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