Html Css Color HEX #AAD8AB Moss Green

📋 copy color: '#AAD8AB'

red 170 ◦ green 216 ◦ blue 171

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

Shades of Moss Green #AAD8AB

Tints of Moss Green #AAD8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

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

R = 30.52%
G = 38.78%
B = 30.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#AAD8AB (or 0xAAD8AB) is known color: Moss Green. HEX triplet: AA, D8 and AB. RGB value is (170,216,171). Sum of RGB (Red+Green+Blue) = 170+216+171=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD8AB is #552754. Grayscale: #C5C5C5. Windows color (decimal): -5580629 or 11262122. OLE color: 11262122.

HSL color Cylindrical-coordinate representation of color #AAD8AB: hue angle of 121.3º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8AB is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 171 -
CMYK 0.21 0 0.21 0.15
HSL 121.3º 0.37% 0.76% -
HSV(B) 121.3º 0.21% 0.85% -
XYZ 48.48 60.6 47.67 -
YUV 197.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 170 216 171 0.21 0 0.21 0.15 121.3 0.37 0.76
Hex AA D8 AB 15 0 15 F 79 25 4C
Octal 252 330 253 25 0 25 17 171 45 114
Binary 10101010 11011000 10101011 10101 0 10101 1111 1111001 100101 1001100

Color Harmonies of #AAD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8AB

Black with #AAD8AB

Text Example


Text Example

White with #AAD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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