Html Css Color HEX #AAEDA2 Moss Green

📋 copy color: '#AAEDA2'

red 170 ◦ green 237 ◦ blue 162

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

Shades of Moss Green #AAEDA2

Tints of Moss Green #AAEDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 28.47%

R = 29.88%
G = 41.65%
B = 28.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#AAEDA2 (or 0xAAEDA2) is known color: Moss Green. HEX triplet: AA, ED and A2. RGB value is (170,237,162). Sum of RGB (Red+Green+Blue) = 170+237+162=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDA2 is #55125D. Grayscale: #D0D0D0. Windows color (decimal): -5575262 or 10677674. OLE color: 10677674.

HSL color Cylindrical-coordinate representation of color #AAEDA2: hue angle of 113.6º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEDA2 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 162 -
CMYK 0.28 0 0.32 0.07
HSL 113.6º 0.68% 0.78% -
HSV(B) 113.6º 0.32% 0.93% -
XYZ 53.38 71.72 45.21 -
YUV 208.42 101.8 100.6 -
System Red Green Blue C M Y K H S L
Decimal 170 237 162 0.28 0 0.32 0.07 113.6 0.68 0.78
Hex AA ED A2 1C 0 20 7 72 44 4E
Octal 252 355 242 34 0 40 7 162 104 116
Binary 10101010 11101101 10100010 11100 0 100000 111 1110010 1000100 1001110

Color Harmonies of #AAEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDA2

Black with #AAEDA2

Text Example


Text Example

White with #AAEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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