#ACF0A0

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

Shades of Madang #ACF0A0

Tints of Madang #ACF0A0

Color information

#ACF0A0 (or 0xACF0A0) is unknown color: approx Madang. HEX triplet: AC, F0 and A0. RGB value is (172,240,160). Sum of RGB (Red+Green+Blue) = 172+240+160=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0A0 is #530F5F. Grayscale: #D2D2D2. Windows color (decimal): -5443424 or 10547372. OLE color: 10547372.

HSL color Cylindrical-coordinate representation of color #ACF0A0: hue angle of 111º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACF0A0 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB172240160-
CMYK0.2800.330.06
HSL111º72.73%78.43%-
HSV(B)111º33.33%94.12%-
XYZ54.5273.6344.6-
YUV210.5599.47100.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 240 (94.14% from 255) = 41.96%
BLUE value IS 160 (62.89% from 255) = 27.97%
R=30.07%
G=41.96%
B=27.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401600.2800.330.0611172.7378.43
HexACF0A01C02166f494e
Octal254360240340416157111116
Binary101011001111000010100000111000100001110110111110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0A0; }

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

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

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

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

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

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

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

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