Html Css Color HEX #AAD3AB Moss Green

📋 copy color: '#AAD3AB'

red 170 ◦ green 211 ◦ blue 171

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

Shades of Moss Green #AAD3AB

Tints of Moss Green #AAD3AB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.22%

 BLUE value IS 171 (67.19% from 255) = 30.98%

R = 30.8%
G = 38.22%
B = 30.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#AAD3AB (or 0xAAD3AB) is known color: Moss Green. HEX triplet: AA, D3 and AB. RGB value is (170,211,171). Sum of RGB (Red+Green+Blue) = 170+211+171=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD3AB is #552C54. Grayscale: #C2C2C2. Windows color (decimal): -5581909 or 11260842. OLE color: 11260842.

HSL color Cylindrical-coordinate representation of color #AAD3AB: hue angle of 121.46º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD3AB is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 171 -
CMYK 0.19 0 0.19 0.17
HSL 121.46º 0.32% 0.75% -
HSV(B) 121.46º 0.19% 0.83% -
XYZ 47.22 58.07 47.25 -
YUV 194.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 170 211 171 0.19 0 0.19 0.17 121.46 0.32 0.75
Hex AA D3 AB 13 0 13 11 79 20 4B
Octal 252 323 253 23 0 23 21 171 40 113
Binary 10101010 11010011 10101011 10011 0 10011 10001 1111001 100000 1001011

Color Harmonies of #AAD3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3AB

Black with #AAD3AB

Text Example


Text Example

White with #AAD3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3AB; }

 p { color: rgb(170,211,171); }

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

background-color css

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

 a { background-color: rgb(170,211,171); }

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

border-color css

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

 span { border-color: rgb(170,211,171); }

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