Html Css Color HEX #ACD5AC Moss Green

📋 copy color: '#ACD5AC'

red 172 ◦ green 213 ◦ blue 172

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

Shades of Moss Green #ACD5AC

Tints of Moss Green #ACD5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.88%

R = 30.88%
G = 38.24%
B = 30.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#ACD5AC (or 0xACD5AC) is known color: Moss Green. HEX triplet: AC, D5 and AC. RGB value is (172,213,172). Sum of RGB (Red+Green+Blue) = 172+213+172=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD5AC is #532A53. Grayscale: #C4C4C4. Windows color (decimal): -5450324 or 11326892. OLE color: 11326892.

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

Color convert

RGB 172 213 172 -
CMYK 0.19 0 0.19 0.16
HSL 120º 0.33% 0.75% -
HSV(B) 120º 0.19% 0.84% -
XYZ 48.25 59.34 47.94 -
YUV 196.07 114.42 110.83 -
System Red Green Blue C M Y K H S L
Decimal 172 213 172 0.19 0 0.19 0.16 120 0.33 0.75
Hex AC D5 AC 13 0 13 10 78 21 4B
Octal 254 325 254 23 0 23 20 170 41 113
Binary 10101100 11010101 10101100 10011 0 10011 10000 1111000 100001 1001011

Color Harmonies of #ACD5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5AC

Black with #ACD5AC

Text Example


Text Example

White with #ACD5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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