#ACDD9A

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

Shades of Madang #ACDD9A

Tints of Madang #ACDD9A

Color information

#ACDD9A (or 0xACDD9A) is unknown color: approx Madang. HEX triplet: AC, DD and 9A. RGB value is (172,221,154). Sum of RGB (Red+Green+Blue) = 172+221+154=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD9A is #532265. Grayscale: #C6C6C6. Windows color (decimal): -5448294 or 10149292. OLE color: 10149292.

HSL color Cylindrical-coordinate representation of color #ACDD9A: hue angle of 103.88º degrees, saturation: 0.5, 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 #ACDD9A is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB172221154-
CMYK0.2200.300.13
HSL103.88º49.63%73.53%-
HSV(B)103.88º30.32%86.67%-
XYZ48.762.8240.13-
YUV198.71102.77108.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=31.44%
G=40.40%
B=28.15%

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
Decimal1722211540.2200.300.13103.8849.6373.53
HexACDD9A1601ED68324a
Octal254335232260361515062112
Binary10101100110111011001101010110011110110111010001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD9A; }

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

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

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

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

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

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

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

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