#ACDD9B

Color #ACDD9B Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #ACDD9B

Tints of Madang #ACDD9B

Color information

#ACDD9B (or 0xACDD9B) is unknown color: approx Madang. HEX triplet: AC, DD and 9B. RGB value is (172,221,155). Sum of RGB (Red+Green+Blue) = 172+221+155=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD9B is #532264. Grayscale: #C7C7C7. Windows color (decimal): -5448293 or 10214828. OLE color: 10214828.

HSL color Cylindrical-coordinate representation of color #ACDD9B: hue angle of 104.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDD9B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB172221155-
CMYK0.2200.300.13
HSL104.55º49.25%73.73%-
HSV(B)104.55º29.86%86.67%-
XYZ48.7962.8540.57-
YUV198.82103.27108.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 221 (86.72% from 255) = 40.33%
BLUE value IS 155 (60.94% from 255) = 28.28%
R=31.39%
G=40.33%
B=28.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211550.2200.300.13104.5549.2573.73
HexACDD9B1601ED69314a
Octal254335233260361515161112
Binary10101100110111011001101110110011110110111010011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD9B; }

 p { color: rgb(172,221,155); }

 H1.HeaderClassName
 {
   color: #ACDD9B;
 }
 .AnyTagClassName
 {
   color: #ACDD9B;
 }
</style>
background-color css

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

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

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

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

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

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