#AACD9D

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

Shades of Spring Rain #AACD9D

Tints of Spring Rain #AACD9D

Color information

#AACD9D (or 0xAACD9D) is unknown color: approx Spring Rain. HEX triplet: AA, CD and 9D. RGB value is (170,205,157). Sum of RGB (Red+Green+Blue) = 170+205+157=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD9D is #553262. Grayscale: #BDBDBD. Windows color (decimal): -5583459 or 10341802. OLE color: 10341802.

HSL color Cylindrical-coordinate representation of color #AACD9D: hue angle of 103.75º 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 #AACD9D is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB170205157-
CMYK0.1700.230.20
HSL103.75º32.43%70.98%-
HSV(B)103.75º23.41%80.39%-
XYZ44.4954.6440.1-
YUV189.06109.9114.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=31.95%
G=38.53%
B=29.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051570.1700.230.20103.7532.4370.98
HexAACD9D1101714682047
Octal252315235210272415040107
Binary101010101100110110011101100010101111010011010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD9D; }

 p { color: rgb(170,205,157); }

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

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

 a { background-color: rgb(170,205,157); }

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

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

 span { border-color: rgb(170,205,157); }

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