Html Css Color HEX #AAD29E Spring Rain

📋 copy color: '#AAD29E'

red 170 ◦ green 210 ◦ blue 158

#AAD29E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #AAD29E

Tints of Spring Rain #AAD29E

RGB

 RED value IS 170 (66.8% from 255) = 31.6%

 GREEN value IS 210 (82.42% from 255) = 39.03%

 BLUE value IS 158 (62.11% from 255) = 29.37%

R = 31.6%
G = 39.03%
B = 29.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#AAD29E (or 0xAAD29E) is known color: 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

RGB 170 210 158 -
CMYK 0.19 0 0.25 0.18
HSL 106.15º 0.37% 0.72% -
HSV(B) 106.15º 0.25% 0.82% -
XYZ 45.8 57.11 40.96 -
YUV 192.11 108.75 112.23 -
System Red Green Blue C M Y K H S L
Decimal 170 210 158 0.19 0 0.25 0.18 106.15 0.37 0.72
Hex AA D2 9E 13 0 19 12 6A 25 48
Octal 252 322 236 23 0 31 22 152 45 110
Binary 10101010 11010010 10011110 10011 0 11001 10010 1101010 100101 1001000

Color Harmonies of #AAD29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD29E

Black with #AAD29E

Text Example


Text Example

White with #AAD29E

Text Example


Text Example

HTML Codes & Css Web 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>