Html Css Color HEX #AAADA1 Green Spring

📋 copy color: '#AAADA1'

red 170 ◦ green 173 ◦ blue 161

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

Shades of Green Spring #AAADA1

Tints of Green Spring #AAADA1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

 BLUE value IS 161 (63.28% from 255) = 31.94%

R = 33.73%
G = 34.33%
B = 31.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AAADA1 (or 0xAAADA1) is known color: Green Spring. HEX triplet: AA, AD and A1. RGB value is (170,173,161). Sum of RGB (Red+Green+Blue) = 170+173+161=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADA1 is #55525E. Grayscale: #AAAAAA. Windows color (decimal): -5591647 or 10595754. OLE color: 10595754.

HSL color Cylindrical-coordinate representation of color #AAADA1: hue angle of 75º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAADA1 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 161 -
CMYK 0.02 0 0.07 0.32
HSL 75º 0.07% 0.65% -
HSV(B) 75º 0.07% 0.68% -
XYZ 37.95 41.01 39.63 -
YUV 170.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 170 173 161 0.02 0 0.07 0.32 75 0.07 0.65
Hex AA AD A1 2 0 7 20 4B 7 41
Octal 252 255 241 2 0 7 40 113 7 101
Binary 10101010 10101101 10100001 10 0 111 100000 1001011 111 1000001

Color Harmonies of #AAADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADA1

Black with #AAADA1

Text Example


Text Example

White with #AAADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADA1; }

 p { color: rgb(170,173,161); }

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

background-color css

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

 a { background-color: rgb(170,173,161); }

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

border-color css

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

 span { border-color: rgb(170,173,161); }

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