#ACDDA1

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

Shades of Madang #ACDDA1

Tints of Madang #ACDDA1

Color information

#ACDDA1 (or 0xACDDA1) is unknown color: approx Madang. HEX triplet: AC, DD and A1. RGB value is (172,221,161). Sum of RGB (Red+Green+Blue) = 172+221+161=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDA1 is #53225E. Grayscale: #C7C7C7. Windows color (decimal): -5448287 or 10608044. OLE color: 10608044.

HSL color Cylindrical-coordinate representation of color #ACDDA1: hue angle of 109º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDDA1 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB172221161-
CMYK0.2200.270.13
HSL109º46.88%74.9%-
HSV(B)109º27.15%86.67%-
XYZ49.363.0643.29-
YUV199.51106.27108.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 161 (63.28% from 255) = 29.06%
R=31.05%
G=39.89%
B=29.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211610.2200.270.1310946.8874.9
HexACDDA11601BD6d2f4b
Octal254335241260331515557113
Binary10101100110111011010000110110011011110111011011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDA1; }

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

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

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

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

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

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

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

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