#aad29e

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

Shades of Spring Rain #AAD29E

Tints of Spring Rain #AAD29E

Color information

#AAD29E (or 0xAAD29E) is unknown color: approx Spring Rain. HEX triplet: AA, D2 and 9E. RGB value is (170,210,158). Sum of RGB (Red+Green+Blue) = 170+210+158=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD29E is #552D61. Grayscale: #C0C0C0. Windows color (decimal): -5582178 or 10408618. OLE color: 10408618.

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

Color convert

RGB170210158-
CMYK0.1900.250.18
HSL106.15º36.62%72.16%-
HSV(B)106.15º24.76%82.35%-
XYZ45.857.1140.96-
YUV192.11108.75112.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=31.60%
G=39.03%
B=29.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702101580.1900.250.18106.1536.6272.16
HexAAD29E13019126a2548
Octal252322236230312215245110
Binary101010101101001010011110100110110011001011010101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aad29e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aad29e; }

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

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

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

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

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

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

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

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