Html Css Color HEX #AAEDA8 Moss Green

📋 copy color: '#AAEDA8'

red 170 ◦ green 237 ◦ blue 168

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

Shades of Moss Green #AAEDA8

Tints of Moss Green #AAEDA8

RGB

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

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

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

R = 29.57%
G = 41.22%
B = 29.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#AAEDA8 (or 0xAAEDA8) is known color: Moss Green. HEX triplet: AA, ED and A8. RGB value is (170,237,168). Sum of RGB (Red+Green+Blue) = 170+237+168=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDA8 is #551257. Grayscale: #D1D1D1. Windows color (decimal): -5575256 or 11070890. OLE color: 11070890.

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

Color convert

RGB 170 237 168 -
CMYK 0.28 0 0.29 0.07
HSL 118.26º 0.66% 0.79% -
HSV(B) 118.26º 0.29% 0.93% -
XYZ 53.93 71.94 48.09 -
YUV 209.1 104.8 100.11 -
System Red Green Blue C M Y K H S L
Decimal 170 237 168 0.28 0 0.29 0.07 118.26 0.66 0.79
Hex AA ED A8 1C 0 1D 7 76 42 4F
Octal 252 355 250 34 0 35 7 166 102 117
Binary 10101010 11101101 10101000 11100 0 11101 111 1110110 1000010 1001111

Color Harmonies of #AAEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDA8

Black with #AAEDA8

Text Example


Text Example

White with #AAEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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