Html Css Color HEX #A5DAA4 Moss Green

📋 copy color: '#A5DAA4'

red 165 ◦ green 218 ◦ blue 164

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

Shades of Moss Green #A5DAA4

Tints of Moss Green #A5DAA4

RGB

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

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

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

R = 30.16%
G = 39.85%
B = 29.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#A5DAA4 (or 0xA5DAA4) is known color: Moss Green. HEX triplet: A5, DA and A4. RGB value is (165,218,164). Sum of RGB (Red+Green+Blue) = 165+218+164=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DAA4 is #5A255B. Grayscale: #C4C4C4. Windows color (decimal): -5907804 or 10803877. OLE color: 10803877.

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

Color convert

RGB 165 218 164 -
CMYK 0.24 0 0.25 0.15
HSL 118.89º 0.42% 0.75% -
HSV(B) 118.89º 0.25% 0.85% -
XYZ 47.29 60.82 44.37 -
YUV 196 109.94 105.89 -
System Red Green Blue C M Y K H S L
Decimal 165 218 164 0.24 0 0.25 0.15 118.89 0.42 0.75
Hex A5 DA A4 18 0 19 F 77 2A 4B
Octal 245 332 244 30 0 31 17 167 52 113
Binary 10100101 11011010 10100100 11000 0 11001 1111 1110111 101010 1001011

Color Harmonies of #A5DAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DAA4

Black with #A5DAA4

Text Example


Text Example

White with #A5DAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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