#AAD099

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

Shades of Spring Rain #AAD099

Tints of Spring Rain #AAD099

Color information

#AAD099 (or 0xAAD099) is unknown color: approx Spring Rain. HEX triplet: AA, D0 and 99. RGB value is (170,208,153). Sum of RGB (Red+Green+Blue) = 170+208+153=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD099 is #552F66. Grayscale: #BEBEBE. Windows color (decimal): -5582695 or 10080426. OLE color: 10080426.

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

Color convert

RGB170208153-
CMYK0.1800.260.18
HSL101.45º36.91%70.78%-
HSV(B)101.45º26.44%81.57%-
XYZ44.8855.9638.57-
YUV190.37106.91113.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=32.02%
G=39.17%
B=28.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081530.1800.260.18101.4536.9170.78
HexAAD0991201A12652547
Octal252320231220322214545107
Binary101010101101000010011001100100110101001011001011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD099; }

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

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

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

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

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

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

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

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