Html Css Color HEX #AADAA5 Moss Green

📋 copy color: '#AADAA5'

red 170 ◦ green 218 ◦ blue 165

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

Shades of Moss Green #AADAA5

Tints of Moss Green #AADAA5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.42%

 BLUE value IS 165 (64.84% from 255) = 29.84%

R = 30.74%
G = 39.42%
B = 29.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#AADAA5 (or 0xAADAA5) is known color: Moss Green. HEX triplet: AA, DA and A5. RGB value is (170,218,165). Sum of RGB (Red+Green+Blue) = 170+218+165=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAA5 is #55255A. Grayscale: #C5C5C5. Windows color (decimal): -5580123 or 10869418. OLE color: 10869418.

HSL color Cylindrical-coordinate representation of color #AADAA5: hue angle of 114.34º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADAA5 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 165 -
CMYK 0.22 0 0.24 0.15
HSL 114.34º 0.42% 0.75% -
HSV(B) 114.34º 0.24% 0.85% -
XYZ 48.44 61.41 44.9 -
YUV 197.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 170 218 165 0.22 0 0.24 0.15 114.34 0.42 0.75
Hex AA DA A5 16 0 18 F 72 2A 4B
Octal 252 332 245 26 0 30 17 162 52 113
Binary 10101010 11011010 10100101 10110 0 11000 1111 1110010 101010 1001011

Color Harmonies of #AADAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAA5

Black with #AADAA5

Text Example


Text Example

White with #AADAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAA5; }

 p { color: rgb(170,218,165); }

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

background-color css

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

 a { background-color: rgb(170,218,165); }

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

border-color css

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

 span { border-color: rgb(170,218,165); }

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