#AFD89E

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

Shades of Madang #AFD89E

Tints of Madang #AFD89E

Color information

#AFD89E (or 0xAFD89E) is unknown color: approx Madang. HEX triplet: AF, D8 and 9E. RGB value is (175,216,158). Sum of RGB (Red+Green+Blue) = 175+216+158=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD89E is #502761. Grayscale: #C5C5C5. Windows color (decimal): -5252962 or 10410159. OLE color: 10410159.

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

Color convert

RGB175216158-
CMYK0.1900.270.15
HSL102.41º42.65%73.33%-
HSV(B)102.41º26.85%84.71%-
XYZ48.4160.6941.51-
YUV197.13105.92112.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 216 (84.77% from 255) = 39.34%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=31.88%
G=39.34%
B=28.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161580.1900.270.15102.4142.6573.33
HexAFD89E1301BF662b49
Octal257330236230331714653111
Binary10101111110110001001111010011011011111111001101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD89E; }

 p { color: rgb(175,216,158); }

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

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

 a { background-color: rgb(175,216,158); }

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

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

 span { border-color: rgb(175,216,158); }

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