Html Css Color HEX #ACD6AC Moss Green

📋 copy color: '#ACD6AC'

red 172 ◦ green 214 ◦ blue 172

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

Shades of Moss Green #ACD6AC

Tints of Moss Green #ACD6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.35%

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

R = 30.82%
G = 38.35%
B = 30.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#ACD6AC (or 0xACD6AC) is known color: Moss Green. HEX triplet: AC, D6 and AC. RGB value is (172,214,172). Sum of RGB (Red+Green+Blue) = 172+214+172=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD6AC is #532953. Grayscale: #C4C4C4. Windows color (decimal): -5450068 or 11327148. OLE color: 11327148.

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

Color convert

RGB 172 214 172 -
CMYK 0.20 0 0.20 0.16
HSL 120º 0.34% 0.76% -
HSV(B) 120º 0.2% 0.84% -
XYZ 48.51 59.84 48.02 -
YUV 196.65 114.09 110.42 -
System Red Green Blue C M Y K H S L
Decimal 172 214 172 0.20 0 0.20 0.16 120 0.34 0.76
Hex AC D6 AC 14 0 14 10 78 22 4C
Octal 254 326 254 24 0 24 20 170 42 114
Binary 10101100 11010110 10101100 10100 0 10100 10000 1111000 100010 1001100

Color Harmonies of #ACD6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6AC

Black with #ACD6AC

Text Example


Text Example

White with #ACD6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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