#AFD49C

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

Shades of Madang #AFD49C

Tints of Madang #AFD49C

Color information

#AFD49C (or 0xAFD49C) is unknown color: approx Madang. HEX triplet: AF, D4 and 9C. RGB value is (175,212,156). Sum of RGB (Red+Green+Blue) = 175+212+156=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD49C is #502B63. Grayscale: #C2C2C2. Windows color (decimal): -5253988 or 10278063. OLE color: 10278063.

HSL color Cylindrical-coordinate representation of color #AFD49C: hue angle of 99.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD49C is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB175212156-
CMYK0.1700.260.17
HSL99.64º39.44%72.16%-
HSV(B)99.64º26.42%83.14%-
XYZ47.2258.640.27-
YUV194.55106.24114.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=32.23%
G=39.04%
B=28.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121560.1700.260.1799.6439.4472.16
HexAFD49C1101A11642748
Octal257324234210322114447110
Binary101011111101010010011100100010110101000111001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD49C; }

 p { color: rgb(175,212,156); }

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

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

 a { background-color: rgb(175,212,156); }

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

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

 span { border-color: rgb(175,212,156); }

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