Html Css Color HEX #AADAA8 Moss Green

📋 copy color: '#AADAA8'

red 170 ◦ green 218 ◦ blue 168

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

Shades of Moss Green #AADAA8

Tints of Moss Green #AADAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.22%

R = 30.58%
G = 39.21%
B = 30.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#AADAA8 (or 0xAADAA8) is known color: Moss Green. HEX triplet: AA, DA and A8. RGB value is (170,218,168). Sum of RGB (Red+Green+Blue) = 170+218+168=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAA8 is #552557. Grayscale: #C6C6C6. Windows color (decimal): -5580120 or 11066026. OLE color: 11066026.

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

Color convert

RGB 170 218 168 -
CMYK 0.22 0 0.23 0.15
HSL 117.6º 0.4% 0.76% -
HSV(B) 117.6º 0.23% 0.85% -
XYZ 48.72 61.52 46.35 -
YUV 197.95 111.1 108.07 -
System Red Green Blue C M Y K H S L
Decimal 170 218 168 0.22 0 0.23 0.15 117.6 0.4 0.76
Hex AA DA A8 16 0 17 F 76 28 4C
Octal 252 332 250 26 0 27 17 166 50 114
Binary 10101010 11011010 10101000 10110 0 10111 1111 1110110 101000 1001100

Color Harmonies of #AADAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAA8

Black with #AADAA8

Text Example


Text Example

White with #AADAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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