Html Css Color HEX #AAE2A4 Moss Green

📋 copy color: '#AAE2A4'

red 170 ◦ green 226 ◦ blue 164

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

Shades of Moss Green #AAE2A4

Tints of Moss Green #AAE2A4

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.36%

 BLUE value IS 164 (64.45% from 255) = 29.29%

R = 30.36%
G = 40.36%
B = 29.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#AAE2A4 (or 0xAAE2A4) is known color: Moss Green. HEX triplet: AA, E2 and A4. RGB value is (170,226,164). Sum of RGB (Red+Green+Blue) = 170+226+164=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE2A4 is #551D5B. Grayscale: #CACACA. Windows color (decimal): -5578076 or 10805930. OLE color: 10805930.

HSL color Cylindrical-coordinate representation of color #AAE2A4: hue angle of 114.19º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE2A4 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 164 -
CMYK 0.25 0 0.27 0.11
HSL 114.19º 0.52% 0.76% -
HSV(B) 114.19º 0.27% 0.89% -
XYZ 50.47 65.62 45.13 -
YUV 202.19 106.45 105.04 -
System Red Green Blue C M Y K H S L
Decimal 170 226 164 0.25 0 0.27 0.11 114.19 0.52 0.76
Hex AA E2 A4 19 0 1B B 72 34 4C
Octal 252 342 244 31 0 33 13 162 64 114
Binary 10101010 11100010 10100100 11001 0 11011 1011 1110010 110100 1001100

Color Harmonies of #AAE2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2A4

Black with #AAE2A4

Text Example


Text Example

White with #AAE2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2A4; }

 p { color: rgb(170,226,164); }

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

background-color css

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

 a { background-color: rgb(170,226,164); }

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

border-color css

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

 span { border-color: rgb(170,226,164); }

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