#AFDA9D

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

Shades of Madang #AFDA9D

Tints of Madang #AFDA9D

Color information

#AFDA9D (or 0xAFDA9D) is unknown color: approx Madang. HEX triplet: AF, DA and 9D. RGB value is (175,218,157). Sum of RGB (Red+Green+Blue) = 175+218+157=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA9D is #502562. Grayscale: #C6C6C6. Windows color (decimal): -5252451 or 10345135. OLE color: 10345135.

HSL color Cylindrical-coordinate representation of color #AFDA9D: hue angle of 102.3º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDA9D is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB175218157-
CMYK0.2000.280.15
HSL102.3º45.19%73.53%-
HSV(B)102.3º27.98%85.49%-
XYZ48.8461.6941.23-
YUV198.19104.75111.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 218 (85.55% from 255) = 39.64%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=31.82%
G=39.64%
B=28.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181570.2000.280.15102.345.1973.53
HexAFDA9D1401CF662d4a
Octal257332235240341714655112
Binary10101111110110101001110110100011100111111001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDA9D; }

 p { color: rgb(175,218,157); }

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

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

 a { background-color: rgb(175,218,157); }

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

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

 span { border-color: rgb(175,218,157); }

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