Html Css Color HEX #AED2AD Moss Green

📋 copy color: '#AED2AD'

red 174 ◦ green 210 ◦ blue 173

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

Shades of Moss Green #AED2AD

Tints of Moss Green #AED2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

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

R = 31.24%
G = 37.7%
B = 31.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#AED2AD (or 0xAED2AD) is known color: Moss Green. HEX triplet: AE, D2 and AD. RGB value is (174,210,173). Sum of RGB (Red+Green+Blue) = 174+210+173=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED2AD is #512D52. Grayscale: #C3C3C3. Windows color (decimal): -5320019 or 11391662. OLE color: 11391662.

HSL color Cylindrical-coordinate representation of color #AED2AD: hue angle of 118.38º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED2AD is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 173 -
CMYK 0.17 0 0.18 0.18
HSL 118.38º 0.29% 0.75% -
HSV(B) 118.38º 0.18% 0.82% -
XYZ 48.04 58.11 48.22 -
YUV 195.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 174 210 173 0.17 0 0.18 0.18 118.38 0.29 0.75
Hex AE D2 AD 11 0 12 12 76 1D 4B
Octal 256 322 255 21 0 22 22 166 35 113
Binary 10101110 11010010 10101101 10001 0 10010 10010 1110110 11101 1001011

Color Harmonies of #AED2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2AD

Black with #AED2AD

Text Example


Text Example

White with #AED2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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