Html Css Color HEX #ACDFA0 Madang

📋 copy color: '#ACDFA0'

red 172 ◦ green 223 ◦ blue 160

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

Shades of Madang #ACDFA0

Tints of Madang #ACDFA0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.18%

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

R = 30.99%
G = 40.18%
B = 28.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#ACDFA0 (or 0xACDFA0) is known color: Madang. HEX triplet: AC, DF and A0. RGB value is (172,223,160). Sum of RGB (Red+Green+Blue) = 172+223+160=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDFA0 is #53205F. Grayscale: #C8C8C8. Windows color (decimal): -5447776 or 10543020. OLE color: 10543020.

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

Color convert

RGB 172 223 160 -
CMYK 0.23 0 0.28 0.13
HSL 108.57º 0.5% 0.75% -
HSV(B) 108.57º 0.28% 0.87% -
XYZ 49.75 64.08 43.01 -
YUV 200.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 172 223 160 0.23 0 0.28 0.13 108.57 0.5 0.75
Hex AC DF A0 17 0 1C D 6D 32 4B
Octal 254 337 240 27 0 34 15 155 62 113
Binary 10101100 11011111 10100000 10111 0 11100 1101 1101101 110010 1001011

Color Harmonies of #ACDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFA0

Black with #ACDFA0

Text Example


Text Example

White with #ACDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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