#AECA9F

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

Shades of Spring Rain #AECA9F

Tints of Spring Rain #AECA9F

Color information

#AECA9F (or 0xAECA9F) is unknown color: approx Spring Rain. HEX triplet: AE, CA and 9F. RGB value is (174,202,159). Sum of RGB (Red+Green+Blue) = 174+202+159=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA9F is #513560. Grayscale: #BCBCBC. Windows color (decimal): -5322081 or 10472110. OLE color: 10472110.

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

Color convert

RGB174202159-
CMYK0.1400.210.21
HSL99.07º28.86%70.78%-
HSV(B)99.07º21.29%79.22%-
XYZ44.8353.7440.81-
YUV188.73111.22117.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=32.52%
G=37.76%
B=29.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021590.1400.210.2199.0728.8670.78
HexAECA9FE01515631d47
Octal256312237160252514335107
Binary1010111011001010100111111110010101101011100011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA9F; }

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

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

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

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

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

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

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

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