#AAD09D

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

Shades of Spring Rain #AAD09D

Tints of Spring Rain #AAD09D

Color information

#AAD09D (or 0xAAD09D) is unknown color: approx Spring Rain. HEX triplet: AA, D0 and 9D. RGB value is (170,208,157). Sum of RGB (Red+Green+Blue) = 170+208+157=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD09D is #552F62. Grayscale: #BEBEBE. Windows color (decimal): -5582691 or 10342570. OLE color: 10342570.

HSL color Cylindrical-coordinate representation of color #AAD09D: hue angle of 104.71º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAD09D is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB170208157-
CMYK0.1800.250.18
HSL104.71º35.17%71.57%-
HSV(B)104.71º24.52%81.57%-
XYZ45.2256.0940.34-
YUV190.82108.91113.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=31.78%
G=38.88%
B=29.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081570.1800.250.18104.7135.1771.57
HexAAD09D1201912692348
Octal252320235220312215143110
Binary101010101101000010011101100100110011001011010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD09D; }

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

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

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

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

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

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

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

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