#ACDD9E

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

Shades of Madang #ACDD9E

Tints of Madang #ACDD9E

Color information

#ACDD9E (or 0xACDD9E) is unknown color: approx Madang. HEX triplet: AC, DD and 9E. RGB value is (172,221,158). Sum of RGB (Red+Green+Blue) = 172+221+158=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD9E is #532261. Grayscale: #C7C7C7. Windows color (decimal): -5448290 or 10411436. OLE color: 10411436.

HSL color Cylindrical-coordinate representation of color #ACDD9E: hue angle of 106.67º 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 #ACDD9E is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB172221158-
CMYK0.2200.290.13
HSL106.67º48.09%74.31%-
HSV(B)106.67º28.51%86.67%-
XYZ49.0462.9541.91-
YUV199.17104.77108.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 158 (62.11% from 255) = 28.68%
R=31.22%
G=40.11%
B=28.68%

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
Decimal1722211580.2200.290.13106.6748.0974.31
HexACDD9E1601DD6b304a
Octal254335236260351515360112
Binary10101100110111011001111010110011101110111010111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD9E; }

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

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

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

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

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

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

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

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