Html Css Color HEX #AED2AF Moss Green

📋 copy color: '#AED2AF'

red 174 ◦ green 210 ◦ blue 175

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

Shades of Moss Green #AED2AF

Tints of Moss Green #AED2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.31%

R = 31.13%
G = 37.57%
B = 31.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#AED2AF (or 0xAED2AF) is known color: Moss Green. HEX triplet: AE, D2 and AF. RGB value is (174,210,175). Sum of RGB (Red+Green+Blue) = 174+210+175=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED2AF is #512D50. Grayscale: #C3C3C3. Windows color (decimal): -5320017 or 11522734. OLE color: 11522734.

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

Color convert

RGB 174 210 175 -
CMYK 0.17 0 0.17 0.18
HSL 121.67º 0.29% 0.75% -
HSV(B) 121.67º 0.17% 0.82% -
XYZ 48.24 58.19 49.25 -
YUV 195.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 174 210 175 0.17 0 0.17 0.18 121.67 0.29 0.75
Hex AE D2 AF 11 0 11 12 7A 1D 4B
Octal 256 322 257 21 0 21 22 172 35 113
Binary 10101110 11010010 10101111 10001 0 10001 10010 1111010 11101 1001011

Color Harmonies of #AED2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2AF

Black with #AED2AF

Text Example


Text Example

White with #AED2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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