Html Css Color HEX #AAADA2 Green Spring

📋 copy color: '#AAADA2'

red 170 ◦ green 173 ◦ blue 162

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

Shades of Green Spring #AAADA2

Tints of Green Spring #AAADA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 33.66%
G = 34.26%
B = 32.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AAADA2 (or 0xAAADA2) is known color: Green Spring. HEX triplet: AA, AD and A2. RGB value is (170,173,162). Sum of RGB (Red+Green+Blue) = 170+173+162=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADA2 is #55525D. Grayscale: #AAAAAA. Windows color (decimal): -5591646 or 10661290. OLE color: 10661290.

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

Color convert

RGB 170 173 162 -
CMYK 0.02 0 0.06 0.32
HSL 76.36º 0.06% 0.66% -
HSV(B) 76.36º 0.06% 0.68% -
XYZ 38.04 41.04 40.1 -
YUV 170.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 170 173 162 0.02 0 0.06 0.32 76.36 0.06 0.66
Hex AA AD A2 2 0 6 20 4C 6 42
Octal 252 255 242 2 0 6 40 114 6 102
Binary 10101010 10101101 10100010 10 0 110 100000 1001100 110 1000010

Color Harmonies of #AAADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADA2

Black with #AAADA2

Text Example


Text Example

White with #AAADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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