Html Css Color HEX #ACD9A0 Madang

📋 copy color: '#ACD9A0'

red 172 ◦ green 217 ◦ blue 160

#ACD9A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #ACD9A0

Tints of Madang #ACD9A0

RGB

 RED value IS 172 (67.58% from 255) = 31.33%

 GREEN value IS 217 (85.16% from 255) = 39.53%

 BLUE value IS 160 (62.89% from 255) = 29.14%

R = 31.33%
G = 39.53%
B = 29.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#ACD9A0 (or 0xACD9A0) is known color: Madang. HEX triplet: AC, D9 and A0. RGB value is (172,217,160). Sum of RGB (Red+Green+Blue) = 172+217+160=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD9A0 is #53265F. Grayscale: #C5C5C5. Windows color (decimal): -5449312 or 10541484. OLE color: 10541484.

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

Color convert

RGB 172 217 160 -
CMYK 0.21 0 0.26 0.15
HSL 107.37º 0.43% 0.74% -
HSV(B) 107.37º 0.26% 0.85% -
XYZ 48.17 60.93 42.48 -
YUV 197.05 107.09 110.13 -
System Red Green Blue C M Y K H S L
Decimal 172 217 160 0.21 0 0.26 0.15 107.37 0.43 0.74
Hex AC D9 A0 15 0 1A F 6B 2B 4A
Octal 254 331 240 25 0 32 17 153 53 112
Binary 10101100 11011001 10100000 10101 0 11010 1111 1101011 101011 1001010

Color Harmonies of #ACD9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9A0

Black with #ACD9A0

Text Example


Text Example

White with #ACD9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9A0; }

 p { color: rgb(172,217,160); }

 H1.HeaderClassName
 {
   color: #ACD9A0;
 }
 .AnyTagClassName
 {
   color: #ACD9A0;
 }
</style>

background-color css

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

 a { background-color: rgb(172,217,160); }

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

border-color css

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

 span { border-color: rgb(172,217,160); }

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