#ACDD98

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

Shades of Madang #ACDD98

Tints of Madang #ACDD98

Color information

#ACDD98 (or 0xACDD98) is unknown color: approx Madang. HEX triplet: AC, DD and 98. RGB value is (172,221,152). Sum of RGB (Red+Green+Blue) = 172+221+152=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD98 is #532267. Grayscale: #C6C6C6. Windows color (decimal): -5448296 or 10018220. OLE color: 10018220.

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

Color convert

RGB172221152-
CMYK0.2200.310.13
HSL102.61º50.36%73.14%-
HSV(B)102.61º31.22%86.67%-
XYZ48.5462.7539.26-
YUV198.48101.77109.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=31.56%
G=40.55%
B=27.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211520.2200.310.13102.6150.3673.14
HexACDD981601FD673249
Octal254335230260371514762111
Binary10101100110111011001100010110011111110111001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD98; }

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

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

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

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

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

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

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

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