Html Css Color HEX #AAD09A Spring Rain

📋 copy color: '#AAD09A'

red 170 ◦ green 208 ◦ blue 154

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

Shades of Spring Rain #AAD09A

Tints of Spring Rain #AAD09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.95%

R = 31.95%
G = 39.1%
B = 28.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#AAD09A (or 0xAAD09A) is known color: Spring Rain. HEX triplet: AA, D0 and 9A. RGB value is (170,208,154). Sum of RGB (Red+Green+Blue) = 170+208+154=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD09A is #552F65. Grayscale: #BEBEBE. Windows color (decimal): -5582694 or 10145962. OLE color: 10145962.

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

Color convert

RGB 170 208 154 -
CMYK 0.18 0 0.26 0.18
HSL 102.22º 0.36% 0.71% -
HSV(B) 102.22º 0.26% 0.82% -
XYZ 44.97 55.99 39.01 -
YUV 190.48 107.41 113.39 -
System Red Green Blue C M Y K H S L
Decimal 170 208 154 0.18 0 0.26 0.18 102.22 0.36 0.71
Hex AA D0 9A 12 0 1A 12 66 24 47
Octal 252 320 232 22 0 32 22 146 44 107
Binary 10101010 11010000 10011010 10010 0 11010 10010 1100110 100100 1000111

Color Harmonies of #AAD09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD09A

Black with #AAD09A

Text Example


Text Example

White with #AAD09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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