Html Css Color HEX #AAD5AB Moss Green

📋 copy color: '#AAD5AB'

red 170 ◦ green 213 ◦ blue 171

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

Shades of Moss Green #AAD5AB

Tints of Moss Green #AAD5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.45%

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

R = 30.69%
G = 38.45%
B = 30.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#AAD5AB (or 0xAAD5AB) is known color: Moss Green. HEX triplet: AA, D5 and AB. RGB value is (170,213,171). Sum of RGB (Red+Green+Blue) = 170+213+171=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD5AB is #552A54. Grayscale: #C3C3C3. Windows color (decimal): -5581397 or 11261354. OLE color: 11261354.

HSL color Cylindrical-coordinate representation of color #AAD5AB: hue angle of 121.4º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5AB is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 171 -
CMYK 0.20 0 0.20 0.16
HSL 121.4º 0.34% 0.75% -
HSV(B) 121.4º 0.2% 0.84% -
XYZ 47.72 59.07 47.42 -
YUV 195.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 170 213 171 0.20 0 0.20 0.16 121.4 0.34 0.75
Hex AA D5 AB 14 0 14 10 79 22 4B
Octal 252 325 253 24 0 24 20 171 42 113
Binary 10101010 11010101 10101011 10100 0 10100 10000 1111001 100010 1001011

Color Harmonies of #AAD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5AB

Black with #AAD5AB

Text Example


Text Example

White with #AAD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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