#AFD29D

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

Shades of Madang #AFD29D

Tints of Madang #AFD29D

Color information

#AFD29D (or 0xAFD29D) is unknown color: approx Madang. HEX triplet: AF, D2 and 9D. RGB value is (175,210,157). Sum of RGB (Red+Green+Blue) = 175+210+157=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD29D is #502D62. Grayscale: #C1C1C1. Windows color (decimal): -5254499 or 10343087. OLE color: 10343087.

HSL color Cylindrical-coordinate representation of color #AFD29D: hue angle of 99.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD29D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB175210157-
CMYK0.1700.250.18
HSL99.62º37.06%71.96%-
HSV(B)99.62º25.24%82.35%-
XYZ46.8157.6440.56-
YUV193.49107.4114.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 210 (82.42% from 255) = 38.75%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=32.29%
G=38.75%
B=28.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101570.1700.250.1899.6237.0671.96
HexAFD29D1101912642548
Octal257322235210312214445110
Binary101011111101001010011101100010110011001011001001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD29D; }

 p { color: rgb(175,210,157); }

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

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

 a { background-color: rgb(175,210,157); }

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

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

 span { border-color: rgb(175,210,157); }

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