#ACDA9B

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

Shades of Madang #ACDA9B

Tints of Madang #ACDA9B

Color information

#ACDA9B (or 0xACDA9B) is unknown color: approx Madang. HEX triplet: AC, DA and 9B. RGB value is (172,218,155). Sum of RGB (Red+Green+Blue) = 172+218+155=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA9B is #532564. Grayscale: #C5C5C5. Windows color (decimal): -5449061 or 10214060. OLE color: 10214060.

HSL color Cylindrical-coordinate representation of color #ACDA9B: hue angle of 103.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACDA9B is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB172218155-
CMYK0.2100.290.15
HSL103.81º45.99%73.14%-
HSV(B)103.81º28.9%85.49%-
XYZ4861.2840.31-
YUV197.06104.26110.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 218 (85.55% from 255) = 40%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=31.56%
G=40%
B=28.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181550.2100.290.15103.8145.9973.14
HexACDA9B1501DF682e49
Octal254332233250351715056111
Binary10101100110110101001101110101011101111111010001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDA9B; }

 p { color: rgb(172,218,155); }

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

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

 a { background-color: rgb(172,218,155); }

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

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

 span { border-color: rgb(172,218,155); }

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