Html Css Color HEX #ACDAA0 Madang

📋 copy color: '#ACDAA0'

red 172 ◦ green 218 ◦ blue 160

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

Shades of Madang #ACDAA0

Tints of Madang #ACDAA0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.64%

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

R = 31.27%
G = 39.64%
B = 29.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#ACDAA0 (or 0xACDAA0) is known color: Madang. HEX triplet: AC, DA and A0. RGB value is (172,218,160). Sum of RGB (Red+Green+Blue) = 172+218+160=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDAA0 is #53255F. Grayscale: #C5C5C5. Windows color (decimal): -5449056 or 10541740. OLE color: 10541740.

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

Color convert

RGB 172 218 160 -
CMYK 0.21 0 0.27 0.15
HSL 107.59º 0.44% 0.74% -
HSV(B) 107.59º 0.27% 0.85% -
XYZ 48.43 61.45 42.57 -
YUV 197.63 106.76 109.72 -
System Red Green Blue C M Y K H S L
Decimal 172 218 160 0.21 0 0.27 0.15 107.59 0.44 0.74
Hex AC DA A0 15 0 1B F 6C 2C 4A
Octal 254 332 240 25 0 33 17 154 54 112
Binary 10101100 11011010 10100000 10101 0 11011 1111 1101100 101100 1001010

Color Harmonies of #ACDAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAA0

Black with #ACDAA0

Text Example


Text Example

White with #ACDAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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