Html Css Color HEX #AADFA6 Moss Green

📋 copy color: '#AADFA6'

red 170 ◦ green 223 ◦ blue 166

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

Shades of Moss Green #AADFA6

Tints of Moss Green #AADFA6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

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

R = 30.41%
G = 39.89%
B = 29.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#AADFA6 (or 0xAADFA6) is known color: Moss Green. HEX triplet: AA, DF and A6. RGB value is (170,223,166). Sum of RGB (Red+Green+Blue) = 170+223+166=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADFA6 is #552059. Grayscale: #C8C8C8. Windows color (decimal): -5578842 or 10936234. OLE color: 10936234.

HSL color Cylindrical-coordinate representation of color #AADFA6: hue angle of 115.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADFA6 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 166 -
CMYK 0.24 0 0.26 0.13
HSL 115.79º 0.47% 0.76% -
HSV(B) 115.79º 0.26% 0.87% -
XYZ 49.85 64.07 45.82 -
YUV 200.66 108.44 106.13 -
System Red Green Blue C M Y K H S L
Decimal 170 223 166 0.24 0 0.26 0.13 115.79 0.47 0.76
Hex AA DF A6 18 0 1A D 74 2F 4C
Octal 252 337 246 30 0 32 15 164 57 114
Binary 10101010 11011111 10100110 11000 0 11010 1101 1110100 101111 1001100

Color Harmonies of #AADFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFA6

Black with #AADFA6

Text Example


Text Example

White with #AADFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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