Html Css Color HEX #AADCA6 Moss Green

📋 copy color: '#AADCA6'

red 170 ◦ green 220 ◦ blue 166

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

Shades of Moss Green #AADCA6

Tints of Moss Green #AADCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.57%

 BLUE value IS 166 (65.23% from 255) = 29.86%

R = 30.58%
G = 39.57%
B = 29.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#AADCA6 (or 0xAADCA6) is known color: Moss Green. HEX triplet: AA, DC and A6. RGB value is (170,220,166). Sum of RGB (Red+Green+Blue) = 170+220+166=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCA6 is #552359. Grayscale: #C7C7C7. Windows color (decimal): -5579610 or 10935466. OLE color: 10935466.

HSL color Cylindrical-coordinate representation of color #AADCA6: hue angle of 115.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADCA6 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 166 -
CMYK 0.23 0 0.25 0.14
HSL 115.56º 0.44% 0.76% -
HSV(B) 115.56º 0.25% 0.86% -
XYZ 49.05 62.49 45.55 -
YUV 198.89 109.44 107.39 -
System Red Green Blue C M Y K H S L
Decimal 170 220 166 0.23 0 0.25 0.14 115.56 0.44 0.76
Hex AA DC A6 17 0 19 E 74 2C 4C
Octal 252 334 246 27 0 31 16 164 54 114
Binary 10101010 11011100 10100110 10111 0 11001 1110 1110100 101100 1001100

Color Harmonies of #AADCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCA6

Black with #AADCA6

Text Example


Text Example

White with #AADCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCA6; }

 p { color: rgb(170,220,166); }

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

background-color css

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

 a { background-color: rgb(170,220,166); }

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

border-color css

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

 span { border-color: rgb(170,220,166); }

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