#AAD19F

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

Shades of Spring Rain #AAD19F

Tints of Spring Rain #AAD19F

Color information

#AAD19F (or 0xAAD19F) is unknown color: approx Spring Rain. HEX triplet: AA, D1 and 9F. RGB value is (170,209,159). Sum of RGB (Red+Green+Blue) = 170+209+159=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD19F is #552E60. Grayscale: #BFBFBF. Windows color (decimal): -5582433 or 10473898. OLE color: 10473898.

HSL color Cylindrical-coordinate representation of color #AAD19F: hue angle of 106.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD19F is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB170209159-
CMYK0.1900.240.18
HSL106.8º35.21%72.16%-
HSV(B)106.8º23.92%81.96%-
XYZ45.6456.6541.33-
YUV191.64109.58112.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 209 (82.03% from 255) = 38.85%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=31.60%
G=38.85%
B=29.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091590.1900.240.18106.835.2172.16
HexAAD19F13018126b2348
Octal252321237230302215343110
Binary101010101101000110011111100110110001001011010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD19F; }

 p { color: rgb(170,209,159); }

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

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

 a { background-color: rgb(170,209,159); }

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

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

 span { border-color: rgb(170,209,159); }

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