#AFD49F

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

Shades of Madang #AFD49F

Tints of Madang #AFD49F

Color information

#AFD49F (or 0xAFD49F) is unknown color: approx Madang. HEX triplet: AF, D4 and 9F. RGB value is (175,212,159). Sum of RGB (Red+Green+Blue) = 175+212+159=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD49F is #502B60. Grayscale: #C3C3C3. Windows color (decimal): -5253985 or 10474671. OLE color: 10474671.

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

Color convert

RGB175212159-
CMYK0.1700.250.17
HSL101.89º38.13%72.75%-
HSV(B)101.89º25%83.14%-
XYZ47.4858.741.63-
YUV194.9107.74113.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 212 (83.20% from 255) = 38.83%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=32.05%
G=38.83%
B=29.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121590.1700.250.17101.8938.1372.75
HexAFD49F1101911662649
Octal257324237210312114646111
Binary101011111101010010011111100010110011000111001101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD49F; }

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

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

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

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

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

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

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

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