Html Css Color HEX #AED6AD Moss Green

📋 copy color: '#AED6AD'

red 174 ◦ green 214 ◦ blue 173

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

Shades of Moss Green #AED6AD

Tints of Moss Green #AED6AD

RGB

 RED value IS 174 (68.36% from 255) = 31.02%

 GREEN value IS 214 (83.98% from 255) = 38.15%

 BLUE value IS 173 (67.97% from 255) = 30.84%

R = 31.02%
G = 38.15%
B = 30.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#AED6AD (or 0xAED6AD) is known color: Moss Green. HEX triplet: AE, D6 and AD. RGB value is (174,214,173). Sum of RGB (Red+Green+Blue) = 174+214+173=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED6AD is #512952. Grayscale: #C5C5C5. Windows color (decimal): -5318995 or 11392686. OLE color: 11392686.

HSL color Cylindrical-coordinate representation of color #AED6AD: hue angle of 118.54º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6AD is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 173 -
CMYK 0.19 0 0.19 0.16
HSL 118.54º 0.33% 0.76% -
HSV(B) 118.54º 0.19% 0.84% -
XYZ 49.04 60.11 48.55 -
YUV 197.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 174 214 173 0.19 0 0.19 0.16 118.54 0.33 0.76
Hex AE D6 AD 13 0 13 10 77 21 4C
Octal 256 326 255 23 0 23 20 167 41 114
Binary 10101110 11010110 10101101 10011 0 10011 10000 1110111 100001 1001100

Color Harmonies of #AED6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6AD

Black with #AED6AD

Text Example


Text Example

White with #AED6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6AD; }

 p { color: rgb(174,214,173); }

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

background-color css

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

 a { background-color: rgb(174,214,173); }

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

border-color css

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

 span { border-color: rgb(174,214,173); }

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