#AFD5A0

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

Shades of Madang #AFD5A0

Tints of Madang #AFD5A0

Color information

#AFD5A0 (or 0xAFD5A0) is unknown color: approx Madang. HEX triplet: AF, D5 and A0. RGB value is (175,213,160). Sum of RGB (Red+Green+Blue) = 175+213+160=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD5A0 is #502A5F. Grayscale: #C3C3C3. Windows color (decimal): -5253728 or 10540463. OLE color: 10540463.

HSL color Cylindrical-coordinate representation of color #AFD5A0: hue angle of 103.02º 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 #AFD5A0 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB175213160-
CMYK0.1800.250.16
HSL103.02º38.69%73.14%-
HSV(B)103.02º24.88%83.53%-
XYZ47.8259.2442.17-
YUV195.6107.91113.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 213 (83.59% from 255) = 38.87%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=31.93%
G=38.87%
B=29.20%

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
Decimal1752131600.1800.250.16103.0238.6973.14
HexAFD5A01201910672749
Octal257325240220312014747111
Binary101011111101010110100000100100110011000011001111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5A0; }

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

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

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

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

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

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

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

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