#AAD29F

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

Shades of Spring Rain #AAD29F

Tints of Spring Rain #AAD29F

Color information

#AAD29F (or 0xAAD29F) is unknown color: approx Spring Rain. HEX triplet: AA, D2 and 9F. RGB value is (170,210,159). Sum of RGB (Red+Green+Blue) = 170+210+159=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD29F is #552D60. Grayscale: #C0C0C0. Windows color (decimal): -5582177 or 10474154. OLE color: 10474154.

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

Color convert

RGB170210159-
CMYK0.1900.240.18
HSL107.06º36.17%72.35%-
HSV(B)107.06º24.29%82.35%-
XYZ45.8857.1441.41-
YUV192.23109.25112.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 210 (82.42% from 255) = 38.96%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=31.54%
G=38.96%
B=29.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702101590.1900.240.18107.0636.1772.35
HexAAD29F13018126b2448
Octal252322237230302215344110
Binary101010101101001010011111100110110001001011010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD29F; }

 p { color: rgb(170,210,159); }

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

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

 a { background-color: rgb(170,210,159); }

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

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

 span { border-color: rgb(170,210,159); }

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