Html Css Color HEX #AAEDA6 Moss Green

📋 copy color: '#AAEDA6'

red 170 ◦ green 237 ◦ blue 166

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

Shades of Moss Green #AAEDA6

Tints of Moss Green #AAEDA6

RGB

 RED value IS 170 (66.8% from 255) = 29.67%

 GREEN value IS 237 (92.97% from 255) = 41.36%

 BLUE value IS 166 (65.23% from 255) = 28.97%

R = 29.67%
G = 41.36%
B = 28.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#AAEDA6 (or 0xAAEDA6) is known color: Moss Green. HEX triplet: AA, ED and A6. RGB value is (170,237,166). Sum of RGB (Red+Green+Blue) = 170+237+166=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDA6 is #551259. Grayscale: #D1D1D1. Windows color (decimal): -5575258 or 10939818. OLE color: 10939818.

HSL color Cylindrical-coordinate representation of color #AAEDA6: hue angle of 116.62º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEDA6 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 166 -
CMYK 0.28 0 0.30 0.07
HSL 116.62º 0.66% 0.79% -
HSV(B) 116.62º 0.3% 0.93% -
XYZ 53.74 71.87 47.12 -
YUV 208.87 103.8 100.27 -
System Red Green Blue C M Y K H S L
Decimal 170 237 166 0.28 0 0.30 0.07 116.62 0.66 0.79
Hex AA ED A6 1C 0 1E 7 75 42 4F
Octal 252 355 246 34 0 36 7 165 102 117
Binary 10101010 11101101 10100110 11100 0 11110 111 1110101 1000010 1001111

Color Harmonies of #AAEDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDA6

Black with #AAEDA6

Text Example


Text Example

White with #AAEDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDA6; }

 p { color: rgb(170,237,166); }

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

background-color css

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

 a { background-color: rgb(170,237,166); }

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

border-color css

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

 span { border-color: rgb(170,237,166); }

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