#AFD79B

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

Shades of Madang #AFD79B

Tints of Madang #AFD79B

Color information

#AFD79B (or 0xAFD79B) is unknown color: approx Madang. HEX triplet: AF, D7 and 9B. RGB value is (175,215,155). Sum of RGB (Red+Green+Blue) = 175+215+155=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD79B is #502864. Grayscale: #C4C4C4. Windows color (decimal): -5253221 or 10213295. OLE color: 10213295.

HSL color Cylindrical-coordinate representation of color #AFD79B: hue angle of 100º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFD79B is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB175215155-
CMYK0.1900.280.16
HSL100º42.86%72.55%-
HSV(B)100º27.91%84.31%-
XYZ47.960.0840.08-
YUV196.2104.75112.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 215 (84.38% from 255) = 39.45%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=32.11%
G=39.45%
B=28.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151550.1900.280.1610042.8672.55
HexAFD79B1301C10642b49
Octal257327233230342014453111
Binary101011111101011110011011100110111001000011001001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD79B; }

 p { color: rgb(175,215,155); }

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

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

 a { background-color: rgb(175,215,155); }

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

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

 span { border-color: rgb(175,215,155); }

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