Html Css Color HEX #AAD09D Spring Rain

📋 copy color: '#AAD09D'

red 170 ◦ green 208 ◦ blue 157

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

Shades of Spring Rain #AAD09D

Tints of Spring Rain #AAD09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.88%

 BLUE value IS 157 (61.72% from 255) = 29.35%

R = 31.78%
G = 38.88%
B = 29.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#AAD09D (or 0xAAD09D) is known color: Spring Rain. HEX triplet: AA, D0 and 9D. RGB value is (170,208,157). Sum of RGB (Red+Green+Blue) = 170+208+157=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD09D is #552F62. Grayscale: #BEBEBE. Windows color (decimal): -5582691 or 10342570. OLE color: 10342570.

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

Color convert

RGB 170 208 157 -
CMYK 0.18 0 0.25 0.18
HSL 104.71º 0.35% 0.72% -
HSV(B) 104.71º 0.25% 0.82% -
XYZ 45.22 56.09 40.34 -
YUV 190.82 108.91 113.15 -
System Red Green Blue C M Y K H S L
Decimal 170 208 157 0.18 0 0.25 0.18 104.71 0.35 0.72
Hex AA D0 9D 12 0 19 12 69 23 48
Octal 252 320 235 22 0 31 22 151 43 110
Binary 10101010 11010000 10011101 10010 0 11001 10010 1101001 100011 1001000

Color Harmonies of #AAD09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD09D

Black with #AAD09D

Text Example


Text Example

White with #AAD09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD09D; }

 p { color: rgb(170,208,157); }

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

background-color css

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

 a { background-color: rgb(170,208,157); }

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

border-color css

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

 span { border-color: rgb(170,208,157); }

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