Html Css Color HEX #ACDBA8 Moss Green

📋 copy color: '#ACDBA8'

red 172 ◦ green 219 ◦ blue 168

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

Shades of Moss Green #ACDBA8

Tints of Moss Green #ACDBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.05%

R = 30.77%
G = 39.18%
B = 30.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#ACDBA8 (or 0xACDBA8) is known color: Moss Green. HEX triplet: AC, DB and A8. RGB value is (172,219,168). Sum of RGB (Red+Green+Blue) = 172+219+168=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBA8 is #532457. Grayscale: #C7C7C7. Windows color (decimal): -5448792 or 11066284. OLE color: 11066284.

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

Color convert

RGB 172 219 168 -
CMYK 0.21 0 0.23 0.14
HSL 115.29º 0.41% 0.76% -
HSV(B) 115.29º 0.23% 0.86% -
XYZ 49.41 62.26 46.46 -
YUV 199.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 172 219 168 0.21 0 0.23 0.14 115.29 0.41 0.76
Hex AC DB A8 15 0 17 E 73 29 4C
Octal 254 333 250 25 0 27 16 163 51 114
Binary 10101100 11011011 10101000 10101 0 10111 1110 1110011 101001 1001100

Color Harmonies of #ACDBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBA8

Black with #ACDBA8

Text Example


Text Example

White with #ACDBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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