#AECA9E

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

Shades of Spring Rain #AECA9E

Tints of Spring Rain #AECA9E

Color information

#AECA9E (or 0xAECA9E) is unknown color: approx Spring Rain. HEX triplet: AE, CA and 9E. RGB value is (174,202,158). Sum of RGB (Red+Green+Blue) = 174+202+158=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA9E is #513561. Grayscale: #BCBCBC. Windows color (decimal): -5322082 or 10406574. OLE color: 10406574.

HSL color Cylindrical-coordinate representation of color #AECA9E: hue angle of 98.18º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECA9E is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB174202158-
CMYK0.1400.220.21
HSL98.18º29.33%70.59%-
HSV(B)98.18º21.78%79.22%-
XYZ44.7553.7140.36-
YUV188.61110.72117.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=32.58%
G=37.83%
B=29.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021580.1400.220.2198.1829.3370.59
HexAECA9EE01615621d47
Octal256312236160262514235107
Binary1010111011001010100111101110010110101011100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA9E; }

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

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

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

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

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

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

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

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