#ACDD9D

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

Shades of Madang #ACDD9D

Tints of Madang #ACDD9D

Color information

#ACDD9D (or 0xACDD9D) is unknown color: approx Madang. HEX triplet: AC, DD and 9D. RGB value is (172,221,157). Sum of RGB (Red+Green+Blue) = 172+221+157=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD9D is #532262. Grayscale: #C7C7C7. Windows color (decimal): -5448291 or 10345900. OLE color: 10345900.

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

Color convert

RGB172221157-
CMYK0.2200.290.13
HSL105.94º48.48%74.12%-
HSV(B)105.94º28.96%86.67%-
XYZ48.9662.9241.46-
YUV199.05104.27108.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=31.27%
G=40.18%
B=28.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211570.2200.290.13105.9448.4874.12
HexACDD9D1601DD6a304a
Octal254335235260351515260112
Binary10101100110111011001110110110011101110111010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD9D; }

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

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

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

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

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

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

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

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