#ACDFA1

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

Shades of Madang #ACDFA1

Tints of Madang #ACDFA1

Color information

#ACDFA1 (or 0xACDFA1) is unknown color: approx Madang. HEX triplet: AC, DF and A1. RGB value is (172,223,161). Sum of RGB (Red+Green+Blue) = 172+223+161=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDFA1 is #53205E. Grayscale: #C8C8C8. Windows color (decimal): -5447775 or 10608556. OLE color: 10608556.

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

Color convert

RGB172223161-
CMYK0.2300.280.13
HSL109.35º49.21%75.29%-
HSV(B)109.35º27.8%87.45%-
XYZ49.8364.1243.47-
YUV200.68105.6107.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 223 (87.5% from 255) = 40.11%
BLUE value IS 161 (63.28% from 255) = 28.96%
R=30.94%
G=40.11%
B=28.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231610.2300.280.13109.3549.2175.29
HexACDFA11701CD6d314b
Octal254337241270341515561113
Binary10101100110111111010000110111011100110111011011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFA1; }

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

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

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

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

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

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

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

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