#AFD59D

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

Shades of Madang #AFD59D

Tints of Madang #AFD59D

Color information

#AFD59D (or 0xAFD59D) is unknown color: approx Madang. HEX triplet: AF, D5 and 9D. RGB value is (175,213,157). Sum of RGB (Red+Green+Blue) = 175+213+157=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD59D is #502A62. Grayscale: #C3C3C3. Windows color (decimal): -5253731 or 10343855. OLE color: 10343855.

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

Color convert

RGB175213157-
CMYK0.1800.260.16
HSL100.71º40%72.55%-
HSV(B)100.71º26.29%83.53%-
XYZ47.5659.1440.81-
YUV195.25106.41113.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=32.11%
G=39.08%
B=28.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131570.1800.260.16100.714072.55
HexAFD59D1201A10652849
Octal257325235220322014550111
Binary101011111101010110011101100100110101000011001011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD59D; }

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

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

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

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

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

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

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

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