Html Css Color HEX #A2DBA4 Moss Green

📋 copy color: '#A2DBA4'

red 162 ◦ green 219 ◦ blue 164

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

Shades of Moss Green #A2DBA4

Tints of Moss Green #A2DBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.18%

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

R = 29.72%
G = 40.18%
B = 30.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#A2DBA4 (or 0xA2DBA4) is known color: Moss Green. HEX triplet: A2, DB and A4. RGB value is (162,219,164). Sum of RGB (Red+Green+Blue) = 162+219+164=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DBA4 is #5D245B. Grayscale: #C3C3C3. Windows color (decimal): -6104156 or 10804130. OLE color: 10804130.

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

Color convert

RGB 162 219 164 -
CMYK 0.26 0 0.25 0.14
HSL 122.11º 0.44% 0.75% -
HSV(B) 122.11º 0.26% 0.86% -
XYZ 46.93 61.02 44.43 -
YUV 195.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 162 219 164 0.26 0 0.25 0.14 122.11 0.44 0.75
Hex A2 DB A4 1A 0 19 E 7A 2C 4B
Octal 242 333 244 32 0 31 16 172 54 113
Binary 10100010 11011011 10100100 11010 0 11001 1110 1111010 101100 1001011

Color Harmonies of #A2DBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DBA4

Black with #A2DBA4

Text Example


Text Example

White with #A2DBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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