Html Css Color HEX #A2EAA1 Moss Green

📋 copy color: '#A2EAA1'

red 162 ◦ green 234 ◦ blue 161

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

Shades of Moss Green #A2EAA1

Tints of Moss Green #A2EAA1

RGB

 RED value IS 162 (63.67% from 255) = 29.08%

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

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

R = 29.08%
G = 42.01%
B = 28.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#A2EAA1 (or 0xA2EAA1) is known color: Moss Green. HEX triplet: A2, EA and A1. RGB value is (162,234,161). Sum of RGB (Red+Green+Blue) = 162+234+161=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EAA1 is #5D155E. Grayscale: #CCCCCC. Windows color (decimal): -6100319 or 10611362. OLE color: 10611362.

HSL color Cylindrical-coordinate representation of color #A2EAA1: hue angle of 119.18º 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 #A2EAA1 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 234 161 -
CMYK 0.31 0 0.31 0.08
HSL 119.18º 0.63% 0.77% -
HSV(B) 119.18º 0.31% 0.92% -
XYZ 50.76 69.1 44.38 -
YUV 204.15 103.65 97.94 -
System Red Green Blue C M Y K H S L
Decimal 162 234 161 0.31 0 0.31 0.08 119.18 0.63 0.77
Hex A2 EA A1 1F 0 1F 8 77 3F 4D
Octal 242 352 241 37 0 37 10 167 77 115
Binary 10100010 11101010 10100001 11111 0 11111 1000 1110111 111111 1001101

Color Harmonies of #A2EAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EAA1

Black with #A2EAA1

Text Example


Text Example

White with #A2EAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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