Html Css Color HEX #A5DCA2 Moss Green

📋 copy color: '#A5DCA2'

red 165 ◦ green 220 ◦ blue 162

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

Shades of Moss Green #A5DCA2

Tints of Moss Green #A5DCA2

RGB

 RED value IS 165 (64.84% from 255) = 30.16%

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 162 (63.67% from 255) = 29.62%

R = 30.16%
G = 40.22%
B = 29.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#A5DCA2 (or 0xA5DCA2) is known color: Moss Green. HEX triplet: A5, DC and A2. RGB value is (165,220,162). Sum of RGB (Red+Green+Blue) = 165+220+162=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DCA2 is #5A235D. Grayscale: #C5C5C5. Windows color (decimal): -5907294 or 10673317. OLE color: 10673317.

HSL color Cylindrical-coordinate representation of color #A5DCA2: hue angle of 116.9º degrees, saturation: 0.45, 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 #A5DCA2 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 220 162 -
CMYK 0.25 0 0.26 0.14
HSL 116.9º 0.45% 0.75% -
HSV(B) 116.9º 0.26% 0.86% -
XYZ 47.63 61.79 43.6 -
YUV 196.94 108.28 105.22 -
System Red Green Blue C M Y K H S L
Decimal 165 220 162 0.25 0 0.26 0.14 116.9 0.45 0.75
Hex A5 DC A2 19 0 1A E 75 2D 4B
Octal 245 334 242 31 0 32 16 165 55 113
Binary 10100101 11011100 10100010 11001 0 11010 1110 1110101 101101 1001011

Color Harmonies of #A5DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCA2

Black with #A5DCA2

Text Example


Text Example

White with #A5DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCA2; }

 p { color: rgb(165,220,162); }

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

background-color css

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

 a { background-color: rgb(165,220,162); }

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

border-color css

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

 span { border-color: rgb(165,220,162); }

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