Html Css Color HEX #AED7AF Moss Green

📋 copy color: '#AED7AF'

red 174 ◦ green 215 ◦ blue 175

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

Shades of Moss Green #AED7AF

Tints of Moss Green #AED7AF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.12%

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

R = 30.85%
G = 38.12%
B = 31.03%

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

#AED7AF (or 0xAED7AF) is known color: Moss Green. HEX triplet: AE, D7 and AF. RGB value is (174,215,175). Sum of RGB (Red+Green+Blue) = 174+215+175=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED7AF is #512850. Grayscale: #C6C6C6. Windows color (decimal): -5318737 or 11524014. OLE color: 11524014.

HSL color Cylindrical-coordinate representation of color #AED7AF: hue angle of 121.46º degrees, saturation: 0.34, 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 #AED7AF is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 175 -
CMYK 0.19 0 0.19 0.16
HSL 121.46º 0.34% 0.76% -
HSV(B) 121.46º 0.19% 0.84% -
XYZ 49.49 60.69 49.66 -
YUV 198.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 174 215 175 0.19 0 0.19 0.16 121.46 0.34 0.76
Hex AE D7 AF 13 0 13 10 79 22 4C
Octal 256 327 257 23 0 23 20 171 42 114
Binary 10101110 11010111 10101111 10011 0 10011 10000 1111001 100010 1001100

Color Harmonies of #AED7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7AF

Black with #AED7AF

Text Example


Text Example

White with #AED7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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