Html Css Color HEX #ACDBAC Moss Green

📋 copy color: '#ACDBAC'

red 172 ◦ green 219 ◦ blue 172

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

Shades of Moss Green #ACDBAC

Tints of Moss Green #ACDBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.9%

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

R = 30.55%
G = 38.9%
B = 30.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#ACDBAC (or 0xACDBAC) is known color: Moss Green. HEX triplet: AC, DB and AC. RGB value is (172,219,172). Sum of RGB (Red+Green+Blue) = 172+219+172=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBAC is #532453. Grayscale: #C7C7C7. Windows color (decimal): -5448788 or 11328428. OLE color: 11328428.

HSL color Cylindrical-coordinate representation of color #ACDBAC: hue angle of 120º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDBAC is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 172 -
CMYK 0.21 0 0.21 0.14
HSL 120º 0.39% 0.77% -
HSV(B) 120º 0.21% 0.86% -
XYZ 49.79 62.41 48.45 -
YUV 199.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 172 219 172 0.21 0 0.21 0.14 120 0.39 0.77
Hex AC DB AC 15 0 15 E 78 27 4D
Octal 254 333 254 25 0 25 16 170 47 115
Binary 10101100 11011011 10101100 10101 0 10101 1110 1111000 100111 1001101

Color Harmonies of #ACDBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBAC

Black with #ACDBAC

Text Example


Text Example

White with #ACDBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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