Html Css Color HEX #AAD19E Spring Rain

📋 copy color: '#AAD19E'

red 170 ◦ green 209 ◦ blue 158

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

Shades of Spring Rain #AAD19E

Tints of Spring Rain #AAD19E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.92%

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

R = 31.66%
G = 38.92%
B = 29.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#AAD19E (or 0xAAD19E) is known color: Spring Rain. HEX triplet: AA, D1 and 9E. RGB value is (170,209,158). Sum of RGB (Red+Green+Blue) = 170+209+158=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD19E is #552E61. Grayscale: #BFBFBF. Windows color (decimal): -5582434 or 10408362. OLE color: 10408362.

HSL color Cylindrical-coordinate representation of color #AAD19E: hue angle of 105.88º degrees, saturation: 0.36, 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 #AAD19E is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 158 -
CMYK 0.19 0 0.24 0.18
HSL 105.88º 0.36% 0.72% -
HSV(B) 105.88º 0.24% 0.82% -
XYZ 45.55 56.62 40.87 -
YUV 191.53 109.08 112.65 -
System Red Green Blue C M Y K H S L
Decimal 170 209 158 0.19 0 0.24 0.18 105.88 0.36 0.72
Hex AA D1 9E 13 0 18 12 6A 24 48
Octal 252 321 236 23 0 30 22 152 44 110
Binary 10101010 11010001 10011110 10011 0 11000 10010 1101010 100100 1001000

Color Harmonies of #AAD19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD19E

Black with #AAD19E

Text Example


Text Example

White with #AAD19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD19E; }

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

 H1.HeaderClassName
 {
   color: #AAD19E;
 }
 .AnyTagClassName
 {
   color: #AAD19E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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