#AAD19C

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

Shades of Spring Rain #AAD19C

Tints of Spring Rain #AAD19C

Color information

#AAD19C (or 0xAAD19C) is unknown color: approx Spring Rain. HEX triplet: AA, D1 and 9C. RGB value is (170,209,156). Sum of RGB (Red+Green+Blue) = 170+209+156=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD19C is #552E63. Grayscale: #BFBFBF. Windows color (decimal): -5582436 or 10277290. OLE color: 10277290.

HSL color Cylindrical-coordinate representation of color #AAD19C: hue angle of 104.15º degrees, saturation: 0.37, 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 #AAD19C is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB170209156-
CMYK0.1900.250.18
HSL104.15º36.55%71.57%-
HSV(B)104.15º25.36%81.96%-
XYZ45.3856.5539.98-
YUV191.3108.08112.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=31.78%
G=39.07%
B=29.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091560.1900.250.18104.1536.5571.57
HexAAD19C1301912682548
Octal252321234230312215045110
Binary101010101101000110011100100110110011001011010001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD19C; }

 p { color: rgb(170,209,156); }

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

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

 a { background-color: rgb(170,209,156); }

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

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

 span { border-color: rgb(170,209,156); }

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