#AACC9B

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

Shades of Spring Rain #AACC9B

Tints of Spring Rain #AACC9B

Color information

#AACC9B (or 0xAACC9B) is unknown color: approx Spring Rain. HEX triplet: AA, CC and 9B. RGB value is (170,204,155). Sum of RGB (Red+Green+Blue) = 170+204+155=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC9B is #553364. Grayscale: #BCBCBC. Windows color (decimal): -5583717 or 10210474. OLE color: 10210474.

HSL color Cylindrical-coordinate representation of color #AACC9B: hue angle of 101.63º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACC9B is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB170204155-
CMYK0.1700.240.2
HSL101.63º32.45%70.39%-
HSV(B)101.63º24.02%80%-
XYZ44.0954.139.13-
YUV188.25109.24114.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=32.14%
G=38.56%
B=29.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041550.1700.240.2101.6332.4570.39
HexAACC9B1101814662046
Octal252314233210302414640106
Binary101010101100110010011011100010110001010011001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC9B; }

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

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

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

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

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

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

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

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