Html Css Color HEX #AED3A8 Moss Green

📋 copy color: '#AED3A8'

red 174 ◦ green 211 ◦ blue 168

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

Shades of Moss Green #AED3A8

Tints of Moss Green #AED3A8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

 BLUE value IS 168 (66.02% from 255) = 30.38%

R = 31.46%
G = 38.16%
B = 30.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#AED3A8 (or 0xAED3A8) is known color: Moss Green. HEX triplet: AE, D3 and A8. RGB value is (174,211,168). Sum of RGB (Red+Green+Blue) = 174+211+168=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED3A8 is #512C57. Grayscale: #C3C3C3. Windows color (decimal): -5319768 or 11064238. OLE color: 11064238.

HSL color Cylindrical-coordinate representation of color #AED3A8: hue angle of 111.63º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED3A8 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 168 -
CMYK 0.18 0 0.20 0.17
HSL 111.63º 0.33% 0.74% -
HSV(B) 111.63º 0.2% 0.83% -
XYZ 47.82 58.41 45.8 -
YUV 195.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 174 211 168 0.18 0 0.20 0.17 111.63 0.33 0.74
Hex AE D3 A8 12 0 14 11 70 21 4A
Octal 256 323 250 22 0 24 21 160 41 112
Binary 10101110 11010011 10101000 10010 0 10100 10001 1110000 100001 1001010

Color Harmonies of #AED3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3A8

Black with #AED3A8

Text Example


Text Example

White with #AED3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3A8; }

 p { color: rgb(174,211,168); }

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

background-color css

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

 a { background-color: rgb(174,211,168); }

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

border-color css

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

 span { border-color: rgb(174,211,168); }

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