Html Css Color HEX #ACD5A5 Moss Green

📋 copy color: '#ACD5A5'

red 172 ◦ green 213 ◦ blue 165

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

Shades of Moss Green #ACD5A5

Tints of Moss Green #ACD5A5

RGB

 RED value IS 172 (67.58% from 255) = 31.27%

 GREEN value IS 213 (83.59% from 255) = 38.73%

 BLUE value IS 165 (64.84% from 255) = 30%

R = 31.27%
G = 38.73%
B = 30%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#ACD5A5 (or 0xACD5A5) is known color: Moss Green. HEX triplet: AC, D5 and A5. RGB value is (172,213,165). Sum of RGB (Red+Green+Blue) = 172+213+165=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD5A5 is #532A5A. Grayscale: #C3C3C3. Windows color (decimal): -5450331 or 10868140. OLE color: 10868140.

HSL color Cylindrical-coordinate representation of color #ACD5A5: hue angle of 111.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD5A5 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 165 -
CMYK 0.19 0 0.23 0.16
HSL 111.25º 0.36% 0.74% -
HSV(B) 111.25º 0.23% 0.84% -
XYZ 47.6 59.08 44.49 -
YUV 195.27 110.92 111.4 -
System Red Green Blue C M Y K H S L
Decimal 172 213 165 0.19 0 0.23 0.16 111.25 0.36 0.74
Hex AC D5 A5 13 0 17 10 6F 24 4A
Octal 254 325 245 23 0 27 20 157 44 112
Binary 10101100 11010101 10100101 10011 0 10111 10000 1101111 100100 1001010

Color Harmonies of #ACD5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5A5

Black with #ACD5A5

Text Example


Text Example

White with #ACD5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5A5; }

 p { color: rgb(172,213,165); }

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

background-color css

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

 a { background-color: rgb(172,213,165); }

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

border-color css

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

 span { border-color: rgb(172,213,165); }

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