Html Css Color HEX #A1DAA1 Moss Green

📋 copy color: '#A1DAA1'

red 161 ◦ green 218 ◦ blue 161

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

Shades of Moss Green #A1DAA1

Tints of Moss Green #A1DAA1

RGB

 RED value IS 161 (63.28% from 255) = 29.81%

 GREEN value IS 218 (85.55% from 255) = 40.37%

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

R = 29.81%
G = 40.37%
B = 29.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#A1DAA1 (or 0xA1DAA1) is known color: Moss Green. HEX triplet: A1, DA and A1. RGB value is (161,218,161). Sum of RGB (Red+Green+Blue) = 161+218+161=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAA1 is #5E255E. Grayscale: #C2C2C2. Windows color (decimal): -6169951 or 10607265. OLE color: 10607265.

HSL color Cylindrical-coordinate representation of color #A1DAA1: hue angle of 120º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAA1 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 161 -
CMYK 0.26 0 0.26 0.15
HSL 120º 0.44% 0.74% -
HSV(B) 120º 0.26% 0.85% -
XYZ 46.2 60.29 42.92 -
YUV 194.46 109.12 104.13 -
System Red Green Blue C M Y K H S L
Decimal 161 218 161 0.26 0 0.26 0.15 120 0.44 0.74
Hex A1 DA A1 1A 0 1A F 78 2C 4A
Octal 241 332 241 32 0 32 17 170 54 112
Binary 10100001 11011010 10100001 11010 0 11010 1111 1111000 101100 1001010

Color Harmonies of #A1DAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAA1

Black with #A1DAA1

Text Example


Text Example

White with #A1DAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAA1; }

 p { color: rgb(161,218,161); }

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

background-color css

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

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

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

border-color css

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

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

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