Html Css Color HEX #AAEAA1 Moss Green

📋 copy color: '#AAEAA1'

red 170 ◦ green 234 ◦ blue 161

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

Shades of Moss Green #AAEAA1

Tints of Moss Green #AAEAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 28.5%

R = 30.09%
G = 41.42%
B = 28.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#AAEAA1 (or 0xAAEAA1) is known color: Moss Green. HEX triplet: AA, EA and A1. RGB value is (170,234,161). Sum of RGB (Red+Green+Blue) = 170+234+161=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAA1 is #55155E. Grayscale: #CECECE. Windows color (decimal): -5576031 or 10611370. OLE color: 10611370.

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

Color convert

RGB 170 234 161 -
CMYK 0.27 0 0.31 0.08
HSL 112.6º 0.63% 0.77% -
HSV(B) 112.6º 0.31% 0.92% -
XYZ 52.43 69.96 44.46 -
YUV 206.54 102.3 101.94 -
System Red Green Blue C M Y K H S L
Decimal 170 234 161 0.27 0 0.31 0.08 112.6 0.63 0.77
Hex AA EA A1 1B 0 1F 8 71 3F 4D
Octal 252 352 241 33 0 37 10 161 77 115
Binary 10101010 11101010 10100001 11011 0 11111 1000 1110001 111111 1001101

Color Harmonies of #AAEAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAA1

Black with #AAEAA1

Text Example


Text Example

White with #AAEAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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