#AFDFA0

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

Shades of Madang #AFDFA0

Tints of Madang #AFDFA0

Color information

#AFDFA0 (or 0xAFDFA0) is unknown color: approx Madang. HEX triplet: AF, DF and A0. RGB value is (175,223,160). Sum of RGB (Red+Green+Blue) = 175+223+160=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDFA0 is #50205F. Grayscale: #C9C9C9. Windows color (decimal): -5251168 or 10543023. OLE color: 10543023.

HSL color Cylindrical-coordinate representation of color #AFDFA0: hue angle of 105.71º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDFA0 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB175223160-
CMYK0.2200.280.13
HSL105.71º49.61%75.1%-
HSV(B)105.71º28.25%87.45%-
XYZ50.4164.4343.04-
YUV201.47104.6109.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 160 (62.89% from 255) = 28.67%
R=31.36%
G=39.96%
B=28.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231600.2200.280.13105.7149.6175.1
HexAFDFA01601CD6a324b
Octal257337240260341515262113
Binary10101111110111111010000010110011100110111010101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFA0; }

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

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

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

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

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

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

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

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