Html Css Color HEX #A2DAA4 Moss Green

📋 copy color: '#A2DAA4'

red 162 ◦ green 218 ◦ blue 164

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

Shades of Moss Green #A2DAA4

Tints of Moss Green #A2DAA4

RGB

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

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

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

R = 29.78%
G = 40.07%
B = 30.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#A2DAA4 (or 0xA2DAA4) is known color: Moss Green. HEX triplet: A2, DA and A4. RGB value is (162,218,164). Sum of RGB (Red+Green+Blue) = 162+218+164=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DAA4 is #5D255B. Grayscale: #C3C3C3. Windows color (decimal): -6104412 or 10803874. OLE color: 10803874.

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

Color convert

RGB 162 218 164 -
CMYK 0.26 0 0.25 0.15
HSL 122.14º 0.43% 0.75% -
HSV(B) 122.14º 0.26% 0.85% -
XYZ 46.67 60.5 44.34 -
YUV 195.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 162 218 164 0.26 0 0.25 0.15 122.14 0.43 0.75
Hex A2 DA A4 1A 0 19 F 7A 2B 4B
Octal 242 332 244 32 0 31 17 172 53 113
Binary 10100010 11011010 10100100 11010 0 11001 1111 1111010 101011 1001011

Color Harmonies of #A2DAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DAA4

Black with #A2DAA4

Text Example


Text Example

White with #A2DAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DAA4; }

 p { color: rgb(162,218,164); }

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

background-color css

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

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

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

border-color css

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

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

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