#AFD5A7

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

Shades of Madang #AFD5A7

Tints of Madang #AFD5A7

Color information

#AFD5A7 (or 0xAFD5A7) is unknown color: approx Madang. HEX triplet: AF, D5 and A7. RGB value is (175,213,167). Sum of RGB (Red+Green+Blue) = 175+213+167=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD5A7 is #502A58. Grayscale: #C4C4C4. Windows color (decimal): -5253721 or 10999215. OLE color: 10999215.

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

Color convert

RGB175213167-
CMYK0.1800.220.16
HSL109.57º35.38%74.51%-
HSV(B)109.57º21.6%83.53%-
XYZ48.4559.4945.49-
YUV196.39111.41112.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 167 (65.62% from 255) = 30.09%
R=31.53%
G=38.38%
B=30.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131670.1800.220.16109.5735.3874.51
HexAFD5A712016106e234b
Octal257325247220262015643113
Binary101011111101010110100111100100101101000011011101000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5A7; }

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

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

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

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

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

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

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

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