#AFD59F

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

Shades of Madang #AFD59F

Tints of Madang #AFD59F

Color information

#AFD59F (or 0xAFD59F) is unknown color: approx Madang. HEX triplet: AF, D5 and 9F. RGB value is (175,213,159). Sum of RGB (Red+Green+Blue) = 175+213+159=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD59F is #502A60. Grayscale: #C3C3C3. Windows color (decimal): -5253729 or 10474927. OLE color: 10474927.

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

Color convert

RGB175213159-
CMYK0.1800.250.16
HSL102.22º39.13%72.94%-
HSV(B)102.22º25.35%83.53%-
XYZ47.7359.2141.71-
YUV195.48107.41113.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 213 (83.59% from 255) = 38.94%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=31.99%
G=38.94%
B=29.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131590.1800.250.16102.2239.1372.94
HexAFD59F1201910662749
Octal257325237220312014647111
Binary101011111101010110011111100100110011000011001101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD59F; }

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

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

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

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

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

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

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

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