Html Css Color HEX #AAD19B Spring Rain

📋 copy color: '#AAD19B'

red 170 ◦ green 209 ◦ blue 155

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

Shades of Spring Rain #AAD19B

Tints of Spring Rain #AAD19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.03%

R = 31.84%
G = 39.14%
B = 29.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#AAD19B (or 0xAAD19B) is known color: Spring Rain. HEX triplet: AA, D1 and 9B. RGB value is (170,209,155). Sum of RGB (Red+Green+Blue) = 170+209+155=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD19B is #552E64. Grayscale: #BFBFBF. Windows color (decimal): -5582437 or 10211754. OLE color: 10211754.

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

Color convert

RGB 170 209 155 -
CMYK 0.19 0 0.26 0.18
HSL 103.33º 0.37% 0.71% -
HSV(B) 103.33º 0.26% 0.82% -
XYZ 45.29 56.51 39.53 -
YUV 191.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 170 209 155 0.19 0 0.26 0.18 103.33 0.37 0.71
Hex AA D1 9B 13 0 1A 12 67 25 47
Octal 252 321 233 23 0 32 22 147 45 107
Binary 10101010 11010001 10011011 10011 0 11010 10010 1100111 100101 1000111

Color Harmonies of #AAD19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD19B

Black with #AAD19B

Text Example


Text Example

White with #AAD19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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