#AFD4A6

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

Shades of Madang #AFD4A6

Tints of Madang #AFD4A6

Color information

#AFD4A6 (or 0xAFD4A6) is unknown color: approx Madang. HEX triplet: AF, D4 and A6. RGB value is (175,212,166). Sum of RGB (Red+Green+Blue) = 175+212+166=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD4A6 is #502B59. Grayscale: #C3C3C3. Windows color (decimal): -5253978 or 10933423. OLE color: 10933423.

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

Color convert

RGB175212166-
CMYK0.1700.220.17
HSL108.26º34.85%74.12%-
HSV(B)108.26º21.7%83.14%-
XYZ48.1158.9544.92-
YUV195.69111.24113.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 166 (65.23% from 255) = 30.02%
R=31.65%
G=38.34%
B=30.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121660.1700.220.17108.2634.8574.12
HexAFD4A611016116c234a
Octal257324246210262115443112
Binary101011111101010010100110100010101101000111011001000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4A6; }

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

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

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

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

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

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

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

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