Html Css Color HEX #AED9AF Moss Green

📋 copy color: '#AED9AF'

red 174 ◦ green 217 ◦ blue 175

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

Shades of Moss Green #AED9AF

Tints of Moss Green #AED9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.34%

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

R = 30.74%
G = 38.34%
B = 30.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#AED9AF (or 0xAED9AF) is known color: Moss Green. HEX triplet: AE, D9 and AF. RGB value is (174,217,175). Sum of RGB (Red+Green+Blue) = 174+217+175=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED9AF is #512650. Grayscale: #C7C7C7. Windows color (decimal): -5318225 or 11524526. OLE color: 11524526.

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

Color convert

RGB 174 217 175 -
CMYK 0.20 0 0.19 0.15
HSL 121.4º 0.36% 0.77% -
HSV(B) 121.4º 0.2% 0.85% -
XYZ 50.01 61.72 49.83 -
YUV 199.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 174 217 175 0.20 0 0.19 0.15 121.4 0.36 0.77
Hex AE D9 AF 14 0 13 F 79 24 4D
Octal 256 331 257 24 0 23 17 171 44 115
Binary 10101110 11011001 10101111 10100 0 10011 1111 1111001 100100 1001101

Color Harmonies of #AED9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9AF

Black with #AED9AF

Text Example


Text Example

White with #AED9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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