Html Css Color HEX #AED8AF Moss Green

📋 copy color: '#AED8AF'

red 174 ◦ green 216 ◦ blue 175

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

Shades of Moss Green #AED8AF

Tints of Moss Green #AED8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.23%

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

R = 30.8%
G = 38.23%
B = 30.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#AED8AF (or 0xAED8AF) is known color: Moss Green. HEX triplet: AE, D8 and AF. RGB value is (174,216,175). Sum of RGB (Red+Green+Blue) = 174+216+175=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED8AF is #512750. Grayscale: #C6C6C6. Windows color (decimal): -5318481 or 11524270. OLE color: 11524270.

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

Color convert

RGB 174 216 175 -
CMYK 0.19 0 0.19 0.15
HSL 121.43º 0.35% 0.76% -
HSV(B) 121.43º 0.19% 0.85% -
XYZ 49.75 61.21 49.75 -
YUV 198.77 114.59 110.33 -
System Red Green Blue C M Y K H S L
Decimal 174 216 175 0.19 0 0.19 0.15 121.43 0.35 0.76
Hex AE D8 AF 13 0 13 F 79 23 4C
Octal 256 330 257 23 0 23 17 171 43 114
Binary 10101110 11011000 10101111 10011 0 10011 1111 1111001 100011 1001100

Color Harmonies of #AED8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8AF

Black with #AED8AF

Text Example


Text Example

White with #AED8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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