#ACDB9C

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

Shades of Madang #ACDB9C

Tints of Madang #ACDB9C

Color information

#ACDB9C (or 0xACDB9C) is unknown color: approx Madang. HEX triplet: AC, DB and 9C. RGB value is (172,219,156). Sum of RGB (Red+Green+Blue) = 172+219+156=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB9C is #532463. Grayscale: #C5C5C5. Windows color (decimal): -5448804 or 10279852. OLE color: 10279852.

HSL color Cylindrical-coordinate representation of color #ACDB9C: hue angle of 104.76º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACDB9C is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB172219156-
CMYK0.2100.290.14
HSL104.76º46.67%73.53%-
HSV(B)104.76º28.77%85.88%-
XYZ48.3561.8340.84-
YUV197.76104.43109.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 156 (61.33% from 255) = 28.52%
R=31.44%
G=40.04%
B=28.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722191560.2100.290.14104.7646.6773.53
HexACDB9C1501DE692f4a
Octal254333234250351615157112
Binary10101100110110111001110010101011101111011010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDB9C; }

 p { color: rgb(172,219,156); }

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

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

 a { background-color: rgb(172,219,156); }

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

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

 span { border-color: rgb(172,219,156); }

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