#AAD29B

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

Shades of Spring Rain #AAD29B

Tints of Spring Rain #AAD29B

Color information

#AAD29B (or 0xAAD29B) is unknown color: approx Spring Rain. HEX triplet: AA, D2 and 9B. RGB value is (170,210,155). Sum of RGB (Red+Green+Blue) = 170+210+155=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD29B is #552D64. Grayscale: #BFBFBF. Windows color (decimal): -5582181 or 10212010. OLE color: 10212010.

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

Color convert

RGB170210155-
CMYK0.1900.260.18
HSL103.64º37.93%71.57%-
HSV(B)103.64º26.19%82.35%-
XYZ45.5457.0139.61-
YUV191.77107.25112.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 210 (82.42% from 255) = 39.25%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=31.78%
G=39.25%
B=28.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702101550.1900.260.18103.6437.9371.57
HexAAD29B1301A12682648
Octal252322233230322215046110
Binary101010101101001010011011100110110101001011010001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD29B; }

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

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

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

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

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

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

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

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