#AFD4A7

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

Shades of Madang #AFD4A7

Tints of Madang #AFD4A7

Color information

#AFD4A7 (or 0xAFD4A7) is unknown color: approx Madang. HEX triplet: AF, D4 and A7. RGB value is (175,212,167). Sum of RGB (Red+Green+Blue) = 175+212+167=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD4A7 is #502B58. Grayscale: #C3C3C3. Windows color (decimal): -5253977 or 10998959. OLE color: 10998959.

HSL color Cylindrical-coordinate representation of color #AFD4A7: hue angle of 109.33º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFD4A7 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB175212167-
CMYK0.1700.210.17
HSL109.33º34.35%74.31%-
HSV(B)109.33º21.23%83.14%-
XYZ48.258.9945.41-
YUV195.81111.74113.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 212 (83.20% from 255) = 38.27%
BLUE value IS 167 (65.62% from 255) = 30.14%
R=31.59%
G=38.27%
B=30.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121670.1700.210.17109.3334.3574.31
HexAFD4A711015116d224a
Octal257324247210252115542112
Binary101011111101010010100111100010101011000111011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4A7; }

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

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

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

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

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

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

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

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