Html Css Color HEX #AAD29F Spring Rain

📋 copy color: '#AAD29F'

red 170 ◦ green 210 ◦ blue 159

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

Shades of Spring Rain #AAD29F

Tints of Spring Rain #AAD29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.5%

R = 31.54%
G = 38.96%
B = 29.5%

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

#AAD29F (or 0xAAD29F) is known color: Spring Rain. HEX triplet: AA, D2 and 9F. RGB value is (170,210,159). Sum of RGB (Red+Green+Blue) = 170+210+159=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD29F is #552D60. Grayscale: #C0C0C0. Windows color (decimal): -5582177 or 10474154. OLE color: 10474154.

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

Color convert

RGB 170 210 159 -
CMYK 0.19 0 0.24 0.18
HSL 107.06º 0.36% 0.72% -
HSV(B) 107.06º 0.24% 0.82% -
XYZ 45.88 57.14 41.41 -
YUV 192.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 170 210 159 0.19 0 0.24 0.18 107.06 0.36 0.72
Hex AA D2 9F 13 0 18 12 6B 24 48
Octal 252 322 237 23 0 30 22 153 44 110
Binary 10101010 11010010 10011111 10011 0 11000 10010 1101011 100100 1001000

Color Harmonies of #AAD29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD29F

Black with #AAD29F

Text Example


Text Example

White with #AAD29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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