#AAC499

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

Shades of Spring Rain #AAC499

Tints of Spring Rain #AAC499

Color information

#AAC499 (or 0xAAC499) is unknown color: approx Spring Rain. HEX triplet: AA, C4 and 99. RGB value is (170,196,153). Sum of RGB (Red+Green+Blue) = 170+196+153=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC499 is #553B66. Grayscale: #B7B7B7. Windows color (decimal): -5585767 or 10077354. OLE color: 10077354.

HSL color Cylindrical-coordinate representation of color #AAC499: hue angle of 96.28º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC499 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB170196153-
CMYK0.1300.220.23
HSL96.28º26.71%68.43%-
HSV(B)96.28º21.94%76.86%-
XYZ42.0750.3337.63-
YUV183.32110.89118.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=32.76%
G=37.76%
B=29.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961530.1300.220.2396.2826.7168.43
HexAAC499D01617601b44
Octal252304231150262714033104
Binary1010101011000100100110011101010110101111100000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC499; }

 p { color: rgb(170,196,153); }

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

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

 a { background-color: rgb(170,196,153); }

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

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

 span { border-color: rgb(170,196,153); }

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