Html Css Color HEX #AAEDA3 Moss Green

📋 copy color: '#AAEDA3'

red 170 ◦ green 237 ◦ blue 163

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

Shades of Moss Green #AAEDA3

Tints of Moss Green #AAEDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.6%

R = 29.82%
G = 41.58%
B = 28.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#AAEDA3 (or 0xAAEDA3) is known color: Moss Green. HEX triplet: AA, ED and A3. RGB value is (170,237,163). Sum of RGB (Red+Green+Blue) = 170+237+163=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDA3 is #55125C. Grayscale: #D0D0D0. Windows color (decimal): -5575261 or 10743210. OLE color: 10743210.

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

Color convert

RGB 170 237 163 -
CMYK 0.28 0 0.31 0.07
HSL 114.32º 0.67% 0.78% -
HSV(B) 114.32º 0.31% 0.93% -
XYZ 53.47 71.76 45.68 -
YUV 208.53 102.3 100.52 -
System Red Green Blue C M Y K H S L
Decimal 170 237 163 0.28 0 0.31 0.07 114.32 0.67 0.78
Hex AA ED A3 1C 0 1F 7 72 43 4E
Octal 252 355 243 34 0 37 7 162 103 116
Binary 10101010 11101101 10100011 11100 0 11111 111 1110010 1000011 1001110

Color Harmonies of #AAEDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDA3

Black with #AAEDA3

Text Example


Text Example

White with #AAEDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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