#AFD7A0

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

Shades of Madang #AFD7A0

Tints of Madang #AFD7A0

Color information

#AFD7A0 (or 0xAFD7A0) is unknown color: approx Madang. HEX triplet: AF, D7 and A0. RGB value is (175,215,160). Sum of RGB (Red+Green+Blue) = 175+215+160=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD7A0 is #50285F. Grayscale: #C4C4C4. Windows color (decimal): -5253216 or 10540975. OLE color: 10540975.

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

Color convert

RGB175215160-
CMYK0.1900.260.16
HSL103.64º40.74%73.53%-
HSV(B)103.64º25.58%84.31%-
XYZ48.3260.2542.34-
YUV196.77107.25112.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=31.82%
G=39.09%
B=29.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151600.1900.260.16103.6440.7473.53
HexAFD7A01301A1068294a
Octal257327240230322015051112
Binary101011111101011110100000100110110101000011010001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7A0; }

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

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

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

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

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

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

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

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