#AAC29D

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

Shades of Spring Rain #AAC29D

Tints of Spring Rain #AAC29D

Color information

#AAC29D (or 0xAAC29D) is unknown color: approx Spring Rain. HEX triplet: AA, C2 and 9D. RGB value is (170,194,157). Sum of RGB (Red+Green+Blue) = 170+194+157=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC29D is #553D62. Grayscale: #B6B6B6. Windows color (decimal): -5586275 or 10338986. OLE color: 10338986.

HSL color Cylindrical-coordinate representation of color #AAC29D: hue angle of 98.92º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC29D is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB170194157-
CMYK0.1200.190.24
HSL98.92º23.27%68.82%-
HSV(B)98.92º19.07%76.08%-
XYZ41.9649.5639.25-
YUV182.61113.55119.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 157 (61.72% from 255) = 30.13%
R=32.63%
G=37.24%
B=30.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941570.1200.190.2498.9223.2768.82
HexAAC29DC01318631745
Octal252302235140233014327105
Binary1010101011000010100111011100010011110001100011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC29D; }

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

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

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

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

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

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

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

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