#AAADA0

Color #AAADA0 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AAADA0

Tints of Green Spring #AAADA0

Color information

#AAADA0 (or 0xAAADA0) is unknown color: approx Green Spring. HEX triplet: AA, AD and A0. RGB value is (170,173,160). Sum of RGB (Red+Green+Blue) = 170+173+160=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADA0 is #55525F. Grayscale: #AAAAAA. Windows color (decimal): -5591648 or 10530218. OLE color: 10530218.

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

Color convert

RGB170173160-
CMYK0.0200.080.32
HSL73.85º7.34%65.29%-
HSV(B)73.85º7.51%67.84%-
XYZ37.8740.9739.17-
YUV170.62122.01127.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=33.80%
G=34.39%
B=31.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731600.0200.080.3273.857.3465.29
HexAAADA0208204a741
Octal2522552402010401127101
Binary101010101010110110100000100100010000010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADA0; }

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

 H1.HeaderClassName
 {
   color: #AAADA0;
 }
 .AnyTagClassName
 {
   color: #AAADA0;
 }
</style>
background-color css

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

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

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

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

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

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