Html Css Color HEX #AAD09F Spring Rain

📋 copy color: '#AAD09F'

red 170 ◦ green 208 ◦ blue 159

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

Shades of Spring Rain #AAD09F

Tints of Spring Rain #AAD09F

RGB

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

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

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

R = 31.66%
G = 38.73%
B = 29.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#AAD09F (or 0xAAD09F) is known color: Spring Rain. HEX triplet: AA, D0 and 9F. RGB value is (170,208,159). Sum of RGB (Red+Green+Blue) = 170+208+159=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD09F is #552F60. Grayscale: #BFBFBF. Windows color (decimal): -5582689 or 10473642. OLE color: 10473642.

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

Color convert

RGB 170 208 159 -
CMYK 0.18 0 0.24 0.18
HSL 106.53º 0.34% 0.72% -
HSV(B) 106.53º 0.24% 0.82% -
XYZ 45.39 56.16 41.25 -
YUV 191.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 170 208 159 0.18 0 0.24 0.18 106.53 0.34 0.72
Hex AA D0 9F 12 0 18 12 6B 22 48
Octal 252 320 237 22 0 30 22 153 42 110
Binary 10101010 11010000 10011111 10010 0 11000 10010 1101011 100010 1001000

Color Harmonies of #AAD09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD09F

Black with #AAD09F

Text Example


Text Example

White with #AAD09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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