#AAC99E

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

Shades of Spring Rain #AAC99E

Tints of Spring Rain #AAC99E

Color information

#AAC99E (or 0xAAC99E) is unknown color: approx Spring Rain. HEX triplet: AA, C9 and 9E. RGB value is (170,201,158). Sum of RGB (Red+Green+Blue) = 170+201+158=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC99E is #553661. Grayscale: #BABABA. Windows color (decimal): -5584482 or 10406314. OLE color: 10406314.

HSL color Cylindrical-coordinate representation of color #AAC99E: hue angle of 103.26º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAC99E is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB170201158-
CMYK0.1500.210.21
HSL103.26º28.48%70.39%-
HSV(B)103.26º21.39%78.82%-
XYZ43.6452.7940.24-
YUV186.83111.73116-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=32.14%
G=38.00%
B=29.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011580.1500.210.21103.2628.4870.39
HexAAC99EF01515671c46
Octal252311236170252514734106
Binary1010101011001001100111101111010101101011100111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC99E; }

 p { color: rgb(170,201,158); }

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

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

 a { background-color: rgb(170,201,158); }

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

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

 span { border-color: rgb(170,201,158); }

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