#AFD0A2

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

Shades of Madang #AFD0A2

Tints of Madang #AFD0A2

Color information

#AFD0A2 (or 0xAFD0A2) is unknown color: approx Madang. HEX triplet: AF, D0 and A2. RGB value is (175,208,162). Sum of RGB (Red+Green+Blue) = 175+208+162=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD0A2 is #502F5D. Grayscale: #C1C1C1. Windows color (decimal): -5255006 or 10670255. OLE color: 10670255.

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

Color convert

RGB175208162-
CMYK0.1600.220.18
HSL103.04º32.86%72.55%-
HSV(B)103.04º22.12%81.57%-
XYZ46.7656.8342.69-
YUV192.89110.57115.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=32.11%
G=38.17%
B=29.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081620.1600.220.18103.0432.8672.55
HexAFD0A21001612672149
Octal257320242200262214741111
Binary101011111101000010100010100000101101001011001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0A2; }

 p { color: rgb(175,208,162); }

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

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

 a { background-color: rgb(175,208,162); }

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

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

 span { border-color: rgb(175,208,162); }

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