Html Css Color HEX #AAEAA5 Moss Green

📋 copy color: '#AAEAA5'

red 170 ◦ green 234 ◦ blue 165

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

Shades of Moss Green #AAEAA5

Tints of Moss Green #AAEAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.12%

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

R = 29.88%
G = 41.12%
B = 29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#AAEAA5 (or 0xAAEAA5) is known color: Moss Green. HEX triplet: AA, EA and A5. RGB value is (170,234,165). Sum of RGB (Red+Green+Blue) = 170+234+165=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAA5 is #55155A. Grayscale: #CFCFCF. Windows color (decimal): -5576027 or 10873514. OLE color: 10873514.

HSL color Cylindrical-coordinate representation of color #AAEAA5: hue angle of 115.65º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEAA5 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 165 -
CMYK 0.27 0 0.29 0.08
HSL 115.65º 0.62% 0.78% -
HSV(B) 115.65º 0.29% 0.92% -
XYZ 52.79 70.11 46.35 -
YUV 207 104.3 101.61 -
System Red Green Blue C M Y K H S L
Decimal 170 234 165 0.27 0 0.29 0.08 115.65 0.62 0.78
Hex AA EA A5 1B 0 1D 8 74 3E 4E
Octal 252 352 245 33 0 35 10 164 76 116
Binary 10101010 11101010 10100101 11011 0 11101 1000 1110100 111110 1001110

Color Harmonies of #AAEAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAA5

Black with #AAEAA5

Text Example


Text Example

White with #AAEAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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