#ACDC9A

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

Shades of Madang #ACDC9A

Tints of Madang #ACDC9A

Color information

#ACDC9A (or 0xACDC9A) is unknown color: approx Madang. HEX triplet: AC, DC and 9A. RGB value is (172,220,154). Sum of RGB (Red+Green+Blue) = 172+220+154=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC9A is #532365. Grayscale: #C6C6C6. Windows color (decimal): -5448550 or 10149036. OLE color: 10149036.

HSL color Cylindrical-coordinate representation of color #ACDC9A: hue angle of 103.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDC9A is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB172220154-
CMYK0.2200.30.14
HSL103.64º48.53%73.33%-
HSV(B)103.64º30%86.27%-
XYZ48.4462.2940.04-
YUV198.12103.1109.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 220 (86.33% from 255) = 40.29%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=31.50%
G=40.29%
B=28.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201540.2200.30.14103.6448.5373.33
HexACDC9A1601EE683149
Octal254334232260361615061111
Binary10101100110111001001101010110011110111011010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC9A; }

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

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

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

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

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

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

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

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