Html Css Color HEX #AAEDA5 Moss Green

📋 copy color: '#AAEDA5'

red 170 ◦ green 237 ◦ blue 165

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

Shades of Moss Green #AAEDA5

Tints of Moss Green #AAEDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.85%

R = 29.72%
G = 41.43%
B = 28.85%

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

#AAEDA5 (or 0xAAEDA5) is known color: Moss Green. HEX triplet: AA, ED and A5. RGB value is (170,237,165). Sum of RGB (Red+Green+Blue) = 170+237+165=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDA5 is #55125A. Grayscale: #D0D0D0. Windows color (decimal): -5575259 or 10874282. OLE color: 10874282.

HSL color Cylindrical-coordinate representation of color #AAEDA5: hue angle of 115.83º degrees, saturation: 0.67, 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 #AAEDA5 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 165 -
CMYK 0.28 0 0.30 0.07
HSL 115.83º 0.67% 0.79% -
HSV(B) 115.83º 0.3% 0.93% -
XYZ 53.65 71.83 46.63 -
YUV 208.76 103.3 100.35 -
System Red Green Blue C M Y K H S L
Decimal 170 237 165 0.28 0 0.30 0.07 115.83 0.67 0.79
Hex AA ED A5 1C 0 1E 7 74 43 4F
Octal 252 355 245 34 0 36 7 164 103 117
Binary 10101010 11101101 10100101 11100 0 11110 111 1110100 1000011 1001111

Color Harmonies of #AAEDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDA5

Black with #AAEDA5

Text Example


Text Example

White with #AAEDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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